diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 2b633b8..29146d8 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -58,8 +58,8 @@ software you're depending on will block your adoption of Python 3. `Further Reading `_ -It is possible to `write code that works on Python 2.6, 2.7, and 3.3 -`_. This +It is possible to `write code that works on Python 2.6, 2.7, and Python 3 +`_. This ranges from trivial to hard depending upon the kind of software you are writing; if you're a beginner there are far more important things to worry about.