fixed a few typos

This commit is contained in:
Tobias Schmidt
2015-10-03 00:50:20 +02:00
parent 06fcb71de9
commit 139a9671db
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ comment block is a programmer's note. The docstring describes the
"""Returns the square root of self times self."""
...
.. seealso:: Further reading on docstrings: :pep:`257`
.. see also:: Further reading on docstrings: :pep:`257`
Other Tools