diff options
Diffstat (limited to 'docs/coding_conventions_python.md')
-rw-r--r-- | docs/coding_conventions_python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coding_conventions_python.md b/docs/coding_conventions_python.md index 694aa38cf..9dd95e4b7 100644 --- a/docs/coding_conventions_python.md +++ b/docs/coding_conventions_python.md | |||
@@ -8,7 +8,7 @@ Most of our style follows PEP8 with some local modifications to make things less | |||
8 | * Think of them as a story describing the feature | 8 | * Think of them as a story describing the feature |
9 | * Use them liberally to explain why particular decisions were made. | 9 | * Use them liberally to explain why particular decisions were made. |
10 | * Do not write obvious comments | 10 | * Do not write obvious comments |
11 | * If you not sure if a comment is obvious, go ahead and include it. | 11 | * If you're not sure if a comment is obvious, go ahead and include it. |
12 | * We require useful docstrings for all functions. | 12 | * We require useful docstrings for all functions. |
13 | * In general we don't wrap lines, they can be as long as needed. If you do choose to wrap lines please do not wrap any wider than 76 columns. | 13 | * In general we don't wrap lines, they can be as long as needed. If you do choose to wrap lines please do not wrap any wider than 76 columns. |
14 | * Some of our practices conflict with the wider python community to make our codebase more approachable to non-pythonistas. | 14 | * Some of our practices conflict with the wider python community to make our codebase more approachable to non-pythonistas. |