[Python-checkins] Fix scheme count in `sysconfig` whatsnew entry (GH-94110)

zware webhook-mailer at python.org
Fri Jul 22 12:51:23 EDT 2022


https://github.com/python/cpython/commit/9c47cf337c595618dcac81efdefb8254e8ee2edf
commit: 9c47cf337c595618dcac81efdefb8254e8ee2edf
branch: main
author: Frank Dana <ferdnyc at gmail.com>
committer: zware <zachary.ware at gmail.com>
date: 2022-07-22T11:51:14-05:00
summary:

Fix scheme count in `sysconfig` whatsnew entry (GH-94110)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 9cfed1c29afca..8b2cb90fb1553 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.



More information about the Python-checkins mailing list