This commit is contained in:
Andrew M. Kuchling 2002-05-24 19:42:30 +00:00
parent a086f6d04f
commit 74d28aabb3
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ Documentation Strings
but you should have a comment that describes what the method
does. This comment should appear after the "def" line.
- PEP 257 describes good docstrings conventions. Note that most
- PEP 257 describes good docstring conventions. Note that most
importantly, the """ that ends a multiline docstring should be
on a line by itself, e.g.: