mirror of https://github.com/python/cpython
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
This commit is contained in:
parent
346aabf916
commit
9c47cf337c
|
@ -694,7 +694,7 @@ sys
|
||||||
sysconfig
|
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
|
(*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
|
creates new virtual environments or when it is running from a virtual
|
||||||
environment.
|
environment.
|
||||||
|
|
Loading…
Reference in New Issue