summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2018-11-10 13:00:10 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2018-11-10 13:00:10 -0500
commita649f1c0cdb7b618ab64c6bf33a66fbbc1507116 (patch)
tree2e9469a5ea03c1d5bb7ceda178b7c6b79b051ca7 /doc
parent7d96c33bbd14aa6c2beb8ac299b7667be177e858 (diff)
downloadnixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar.gz
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar.bz2
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar.lz
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar.xz
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.tar.zst
nixpkgs-a649f1c0cdb7b618ab64c6bf33a66fbbc1507116.zip
doc: fix default python interpreter
The default for `python3` is currently `python36`.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 907f4d9152a..68bfbe05879 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -484,11 +484,11 @@ and in this case the `python35` interpreter is automatically used.
 ### Interpreters
 
 Versions 2.7, 3.5, 3.6 and 3.7 of the CPython interpreter are available as
-respectively `python27`, `python35` and `python36`. The PyPy interpreter
-is available as `pypy`. The aliases `python2` and `python3` correspond to respectively `python27` and
-`python35`. The default interpreter, `python`, maps to `python2`.
-The Nix expressions for the interpreters can be found in
-`pkgs/development/interpreters/python`.
+respectively `python27`, `python35`, `python36`, and `python37`. The PyPy
+interpreter is available as `pypy`. The aliases `python2` and `python3`
+correspond to respectively `python27` and `python36`. The default interpreter,
+`python`, maps to `python2`. The Nix expressions for the interpreters can be
+found in `pkgs/development/interpreters/python`.
 
 All packages depending on any Python interpreter get appended
 `out/{python.sitePackages}` to `$PYTHONPATH` if such directory