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 47dff7f8e..960b9cb49 100644 --- a/docs/coding_conventions_python.md +++ b/docs/coding_conventions_python.md | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | Most of our style follows PEP8 with some local modifications to make things less nit-picky. | 3 | Most of our style follows PEP8 with some local modifications to make things less nit-picky. |
4 | 4 | ||
5 | * We target Python 3.6 for compatability with all supported platforms. | 5 | * We target Python 3.7 for compatability with all supported platforms. |
6 | * We indent using four (4) spaces (soft tabs) | 6 | * We indent using four (4) spaces (soft tabs) |
7 | * We encourage liberal use of comments | 7 | * We encourage liberal use of comments |
8 | * Think of them as a story describing the feature | 8 | * Think of them as a story describing the feature |