]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
authorFrank Dana <ferdnyc@gmail.com>
Fri, 22 Jul 2022 16:51:14 +0000 (12:51 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 16:51:14 +0000 (11:51 -0500)
Doc/whatsnew/3.11.rst

index 9cfed1c29afca1b997a6079e8039f6461c81dca8..8b2cb90fb1553c3a64f762a79bbe26ca7a671db0 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.