summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-04 15:27:48 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-04 15:27:48 +0100
commit2dc4ab36772dfaf124af4d90e99c68038f46baa0 (patch)
tree6faa5d648e09bc545d30966df5059d4444e7243e /doc
parent07ceb05628371a99c938ea0c304939244e2cdcc4 (diff)
downloadnixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar.gz
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar.bz2
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar.lz
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar.xz
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.tar.zst
nixpkgs-2dc4ab36772dfaf124af4d90e99c68038f46baa0.zip
python3: now points to python38
Diffstat (limited to 'doc')
-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 9b2e1909e66..1a11488475e 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
-`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
+`python38`. 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