mirror of https://github.com/python/cpython.git
Fix a typo in a deprecation warning (GH-24423)
This commit is contained in:
parent
effaec0bb5
commit
4bb332cfd1
|
@ -13,7 +13,7 @@
|
|||
|
||||
__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 "
|
||||
"PEP 632 for potential alternatives",
|
||||
DeprecationWarning)
|
||||
|
|
Loading…
Reference in New Issue