Thanks to visit codestin.com Credit goes to github.com
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 62fffaf commit 7fa541eCopy full SHA for 7fa541e
docs/Contributing-code.md
@@ -28,6 +28,7 @@ Table of contents:
28
## Code style
29
30
* Try to comply with the [PEP 8 style guide](http://www.python.org/dev/peps/pep-0008/)
31
+* Follow docstring conventions described in [PEP 257](https://www.python.org/dev/peps/pep-0257/)
32
* Limit all lines to a maximum of 79 characters (comments should
33
be shorter, max 60-65 chars)
34
* Do your best for the new code to be consistent with existing code base
0 commit comments