Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bb332c

Browse files
authored
Fix a typo in a deprecation warning (GH-24423)
1 parent effaec0 commit 4bb332c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__version__ = sys.version[:sys.version.index(' ')]
1515

16-
warnings.warn("The distutils package deprecated and slated for "
16+
warnings.warn("The distutils package is deprecated and slated for "
1717
"removal in Python 3.12. Use setuptools or check "
1818
"PEP 632 for potential alternatives",
1919
DeprecationWarning)

0 commit comments

Comments
 (0)