summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-22 16:58:34 (GMT)
committerGitHub <noreply@github.com>2022-07-22 16:58:34 (GMT)
commit0fda8742a4059d84dbd37f2c75cc1ecebadeba56 (patch)
tree8d1593fb8b2adbc365d636f551a4a11cc79e00bc
parent791c3fd2c9cb0c02d9389fdf96016b2fcfb9c36c (diff)
downloadcpython-0fda8742a4059d84dbd37f2c75cc1ecebadeba56.zip
cpython-0fda8742a4059d84dbd37f2c75cc1ecebadeba56.tar.gz
cpython-0fda8742a4059d84dbd37f2c75cc1ecebadeba56.tar.bz2
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
(cherry picked from commit 9c47cf337c595618dcac81efdefb8254e8ee2edf) Co-authored-by: Frank Dana <ferdnyc@gmail.com>
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index defa0f7..b26e004 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -694,7 +694,7 @@ sys
sysconfig
---------
-* Two new :ref:`installation schemes <installation_paths>`
+* Three new :ref:`installation schemes <installation_paths>`
(*posix_venv*, *nt_venv* and *venv*) were added and are used when Python
creates new virtual environments or when it is running from a virtual
environment.