mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Fix a typo in a deprecation warning (GH-24423)
This commit is contained in:
parent
effaec0bb5
commit
4bb332cfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import warnings
|
||||||
|
|
||||||
__version__ = sys.version[:sys.version.index(' ')]
|
__version__ = sys.version[:sys.version.index(' ')]
|
||||||
|
|
||||||
warnings.warn("The distutils package deprecated and slated for "
|
warnings.warn("The distutils package is deprecated and slated for "
|
||||||
"removal in Python 3.12. Use setuptools or check "
|
"removal in Python 3.12. Use setuptools or check "
|
||||||
"PEP 632 for potential alternatives",
|
"PEP 632 for potential alternatives",
|
||||||
DeprecationWarning)
|
DeprecationWarning)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue