Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fa541e

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎docs/Contributing-code.md‎

Copy file name to clipboardExpand all lines: docs/Contributing-code.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.