summary refs log tree commit diff stats
path: root/HACKING.md
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-12-11 04:39:48 +0100
committerhut <hut@lepus.uberspace.de>2014-12-11 04:40:07 +0100
commit86b20612bcb7ed5358053758298bf40812afa595 (patch)
tree24d395a3462af4dc812ce1af0219be2194ca8db2 /HACKING.md
parent5c6c5ad5b64ac769c12793fc19c2b09d1808acc9 (diff)
downloadranger-86b20612bcb7ed5358053758298bf40812afa595.tar.gz
HACKING.md: better specification of python versions
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
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/