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 4c29a51 commit a60ba76Copy full SHA for a60ba76
_distutils_hack/__init__.py
@@ -20,8 +20,8 @@ def warn_distutils_present():
20
"also replaces the `distutils` module in `sys.modules`. This may lead "
21
"to undesirable behaviors or errors. To avoid these issues, avoid "
22
"using distutils directly, ensure that setuptools is installed in the "
23
- "traditional way (e.g. not an editable install), and/or make sure that "
24
- "setuptools is always imported before distutils.")
+ "traditional way (e.g. not an editable install), and/or make sure "
+ "that setuptools is always imported before distutils.")
25
26
27
def clear_distutils():
0 commit comments