]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Jul 2022 16:58:34 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 16:58:34 +0000 (09:58 -0700)
(cherry picked from commit 9c47cf337c595618dcac81efdefb8254e8ee2edf)

Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Doc/whatsnew/3.11.rst

index defa0f78c75ca4b38cc014b7b48551fc978937f4..b26e0049a4a4caaf94c929b24afa0d17020d64f1 100644 (file)
@@ -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.