From 06375c5962ed3a4298bc91c1ac25fd121437a479 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Mon, 12 Jun 2023 16:08:29 +0200 Subject: [PATCH] doc/languages-frameworks/python: add missing back quote --- doc/languages-frameworks/python.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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