summaryrefslogtreecommitdiffhomepage
path: root/pythonlegacy.html.markdown
diff options
context:
space:
mode:
authorSimon Shine <shreddedglory@gmail.com>2020-02-12 05:03:08 +0100
committerSimon Shine <shreddedglory@gmail.com>2020-02-12 05:03:08 +0100
commitefe00fd06e2908f547ed8d47bd818301f96c4620 (patch)
tree9e07da463ae19388a0e1d4658cddce771def126c /pythonlegacy.html.markdown
parenta3b0585374d69e392fdb724bde30bc4048358d31 (diff)
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
Diffstat (limited to 'pythonlegacy.html.markdown')
-rw-r--r--pythonlegacy.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonlegacy.html.markdown b/pythonlegacy.html.markdown
index 0cc33a80..61b19105 100644
--- a/pythonlegacy.html.markdown
+++ b/pythonlegacy.html.markdown
@@ -21,7 +21,7 @@ or louiedinh [at] [google's email service]
Note: This article applies to Python 2.7 specifically, but should be applicable
to Python 2.x. Python 2.7 is reaching end of life and will stop being
maintained in 2020, it is though recommended to start learning Python with
-Python 3. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python3/).
+Python 3. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python/).
It is also possible to write Python code which is compatible with Python 2.7
and 3.x at the same time, using Python [`__future__` imports](https://docs.python.org/2/library/__future__.html). `__future__` imports