mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix a typo in a deprecation warning (GH-24423)
This commit is contained in:
@@ -13,7 +13,7 @@ import warnings
|
||||
|
||||
__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)
|
||||
|
||||
Reference in New Issue
Block a user