summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-13 14:14:06 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-03-13 14:14:06 +0100
commita6a9548a320c0676ffef89b0f4c543f3f8cef9d6 (patch)
tree713b277ebd42fbb421ca7793bd60c3217bda8efe /doc/languages-frameworks/python.section.md
parenta9faf404c89d682255accbd108bdc28dc45db526 (diff)
downloadnixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar.gz
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar.bz2
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar.lz
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar.xz
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.tar.zst
nixpkgs-a6a9548a320c0676ffef89b0f4c543f3f8cef9d6.zip
python docs: update another incorrect claim regarding default interpreter
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 9dee2d2533c..6b78cc3fe41 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -763,10 +763,10 @@ and in this case the `python38` interpreter is automatically used.
 Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
 respectively `python27`, `python36`, `python37`, `python38` and `python39`. The
 aliases `python2` and `python3` correspond to respectively `python27` and
-`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 found in
+`python39`. The attribute `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 found in
 `pkgs/development/interpreters/python`.
 
 All packages depending on any Python interpreter get appended