Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fa541e

Browse files
committed
Update Contributing-code.md - add PEP 257 link
1 parent 62fffaf commit 7fa541e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Contributing-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Table of contents:
2828
## Code style
2929

3030
* 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/)
3132
* Limit all lines to a maximum of 79 characters (comments should
3233
be shorter, max 60-65 chars)
3334
* Do your best for the new code to be consistent with existing code base

0 commit comments

Comments
 (0)