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

(cherry picked from commit 9c47cf337c)

Co-authored-by: Frank Dana <ferdnyc@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-07-22 09:58:34 -07:00 committed by GitHub
parent 791c3fd2c9
commit 0fda8742a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.