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

This commit is contained in:
Frank Dana 2022-07-22 12:51:14 -04:00 committed by GitHub
parent 346aabf916
commit 9c47cf337c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.