Typo fix
This commit is contained in:
parent
a086f6d04f
commit
74d28aabb3
|
@ -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.:
|
||||
|
||||
|
|
Loading…
Reference in New Issue