summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-10 10:33:40 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-10 10:33:40 +0100
commiteb1369670b5a4e616ff0cf4100616479b1fa3064 (patch)
tree55426c30d92ce824a36e555f6c6ce5f9c170da07 /doc/languages-frameworks/python.section.md
parent5c780036c595d3817207a08934b3cdb67aa2bd1a (diff)
Revert "python3: now points to python38"
This is going to require more work. This reverts commit 2dc4ab36772dfaf124af4d90e99c68038f46baa0.
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index dc5fdd24aaa6..199e678bc291 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -499,7 +499,7 @@ and in this case the `python35` interpreter is automatically used.
Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
`python2` and `python3` correspond to respectively `python27` and
-`python38`. The default interpreter, `python`, maps to `python2`. The PyPy
+`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
`pypy2`. The Nix expressions for the interpreters can be