From fb388b8f7bffabc728b1a90178eed16515f61585 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sun, 12 Jun 2016 19:53:40 +0800 Subject: [PATCH] changed the pep 257 line from a see also to a normal line --- docs/writing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index cb541e1..0368681 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -258,7 +258,7 @@ and gets the relevant points across then it has done the job it was designed to do. -.. see also:: Further reading on docstrings: :pep:`257` +For further reading on docstrings, feel free to consult :pep:`257` .. _thomas-cokelaer.info: http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html .. _sphinx.ext.napoleon: https://sphinxcontrib-napoleon.readthedocs.io/