diff options
-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/ |