summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Dana <ferdnyc@gmail.com>2022-07-22 16:51:14 (GMT)
committerGitHub <noreply@github.com>2022-07-22 16:51:14 (GMT)
commit9c47cf337c595618dcac81efdefb8254e8ee2edf (patch)
tree242a2937d00c226220a5c755d95b776916d68e36
parent346aabf916e8f6d9ea9fa9b9e21502faec92e502 (diff)
downloadcpython-9c47cf337c595618dcac81efdefb8254e8ee2edf.zip
cpython-9c47cf337c595618dcac81efdefb8254e8ee2edf.tar.gz
cpython-9c47cf337c595618dcac81efdefb8254e8ee2edf.tar.bz2
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
-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 9cfed1c..8b2cb90 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.