summaryrefslogtreecommitdiff
path: root/_distutils_hack
diff options
context:
space:
mode:
Diffstat (limited to '_distutils_hack')
-rw-r--r--_distutils_hack/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_distutils_hack/__init__.py b/_distutils_hack/__init__.py
index bcac4111..f7074162 100644
--- a/_distutils_hack/__init__.py
+++ b/_distutils_hack/__init__.py
@@ -49,7 +49,7 @@ def enabled():
def ensure_local_distutils():
clear_distutils()
- # ensure the DistutilsMetaFinder is in place and
+ # With the DistutilsMetaFinder in place,
# perform an import to cause distutils to be
# loaded from setuptools._distutils. Ref #2906.
add_shim()