From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:58:34 +0000 (-0700) Subject: Fix scheme count in `sysconfig` whatsnew entry (GH-94110) X-Git-Tag: v3.11.0b5~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fda8742a4059d84dbd37f2c75cc1ecebadeba56;p=thirdparty%2FPython%2Fcpython.git Fix scheme count in `sysconfig` whatsnew entry (GH-94110) (cherry picked from commit 9c47cf337c595618dcac81efdefb8254e8ee2edf) Co-authored-by: Frank Dana --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index defa0f78c75c..b26e0049a4a4 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -694,7 +694,7 @@ sys sysconfig --------- -* Two new :ref:`installation schemes ` +* Three new :ref:`installation schemes ` (*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.