aboutsummaryrefslogtreecommitdiff
path: root/docs/coding_conventions_python.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-04 21:15:20 +0000
committerQMK Bot <hello@qmk.fm>2021-11-04 21:15:20 +0000
commit4b6db33a1df798c8895f623937aa61233f1516cc (patch)
tree7b96e79236888aac8e8a3064c53dbedcc9f712b6 /docs/coding_conventions_python.md
parent94018367278f44fcf3eab8a86525f2b257ecf4ba (diff)
parentfefd7fdc5145b677da7b0e1d75bab11eac9db605 (diff)
downloadqmk_firmware-4b6db33a1df798c8895f623937aa61233f1516cc.tar.gz
qmk_firmware-4b6db33a1df798c8895f623937aa61233f1516cc.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/coding_conventions_python.md')
-rw-r--r--docs/coding_conventions_python.md2
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
3Most of our style follows PEP8 with some local modifications to make things less nit-picky. 3Most 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