Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effaec0 commit 4bb332cCopy full SHA for 4bb332c
1 file changed
Lib/distutils/__init__.py
@@ -13,7 +13,7 @@
13
14
__version__ = sys.version[:sys.version.index(' ')]
15
16
-warnings.warn("The distutils package deprecated and slated for "
+warnings.warn("The distutils package is deprecated and slated for "
17
"removal in Python 3.12. Use setuptools or check "
18
"PEP 632 for potential alternatives",
19
DeprecationWarning)
0 commit comments