about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorLele Gaifax <lele@metapensiero.it>2023-06-12 16:08:29 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2023-06-12 16:21:11 +0200
commit06375c5962ed3a4298bc91c1ac25fd121437a479 (patch)
tree07972db9c5a2454635a5954fc9adedb9ecf52d58 /doc/languages-frameworks
parent7cb8758c67682150167b0c5c0501e9faaa5423a3 (diff)
downloadnixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar.gz
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar.bz2
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar.lz
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar.xz
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.tar.zst
nixlib-06375c5962ed3a4298bc91c1ac25fd121437a479.zip
doc/languages-frameworks/python: add missing back quote
Diffstat (limited to 'doc/languages-frameworks')
-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 10f5e3938ce4..d9a13aef6e60 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -995,7 +995,7 @@ and in this case the `python3` interpreter is automatically used.
 ### Interpreters {#interpreters}
 
 Versions 2.7, 3.8, 3.9, 3.10 and 3.11 of the CPython interpreter are available
-as respectively `python27`, python38`, `python39`, `python310` and `python311`.
+as respectively `python27`, `python38`, `python39`, `python310` and `python311`.
 The aliases `python2` and `python3` correspond to respectively `python27` and
 `python310`. The attribute `python` maps to `python2`. The PyPy interpreters
 compatible with Python 2.7 and 3 are available as `pypy27` and `pypy3`, with