We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d998226 commit cc76533Copy full SHA for cc76533
docs/development.rst
@@ -89,7 +89,7 @@ Comments and docstrings
89
^^^^^^^^^^^^^^^^^^^^^^^
90
- All public interfaces (modules, classes, methods) have Numpydoc-style docstrings.
91
- Blank line after module- and class-level docstrings, but not after method-level docstrings.
92
-- Comments start with a capital letter and end with a period if they are contain at least two words.
+- Comments start with a capital letter and end with a period if they contain at least two words.
93
- Comments go on the same line as the code they explain, unless that would violate the line length limit.
94
95
- In that case, the comment goes immediately before the code it explains.
0 commit comments