aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index d03d0bf0..c8a631a0 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -19,7 +19,8 @@ __all__ = [
# a distribution with the same version.
#
# The distribute_setup script for instance, will check if this
-# attribute is present to decide wether to reinstall the package
+# attribute is present to decide whether to reinstall the package
+# or not.
_distribute = True
bootstrap_install_from = None