diff options
author | hut <hut@lepus.uberspace.de> | 2014-12-11 04:39:48 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-12-11 04:40:07 +0100 |
commit | 86b20612bcb7ed5358053758298bf40812afa595 (patch) | |
tree | 24d395a3462af4dc812ce1af0219be2194ca8db2 | |
parent | 5c6c5ad5b64ac769c12793fc19c2b09d1808acc9 (diff) | |
download | ranger-86b20612bcb7ed5358053758298bf40812afa595.tar.gz |
HACKING.md: better specification of python versions
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index ea17392d..0b14e38d 100644 --- a/HACKING.md +++ b/HACKING.md @@ -4,7 +4,7 @@ Guidelines for Code Modification Coding Style ------------ -* Use syntax compatible to both python 2.6 and 3.1. +* Use syntax compatible to both python 2.6+ and 3.1+. * Use docstrings with pydoc in mind * Follow the style guide for python code: http://www.python.org/dev/peps/pep-0008/ |