diff options
author | Yannick Gingras <ygingras@ygingras.net> | 2010-03-15 22:41:40 -0400 |
---|---|---|
committer | Yannick Gingras <ygingras@ygingras.net> | 2010-03-15 22:41:40 -0400 |
commit | ff3ee4aa6c6800d813162c09a58c6265c4675701 (patch) | |
tree | a573b355a439d6b1dc7da3bcd77aa9aa45eb777e | |
parent | dee0ec5d40f2be83be1596fd12dbdb9b5eb159d0 (diff) | |
download | external_python_setuptools-ff3ee4aa6c6800d813162c09a58c6265c4675701.tar.gz external_python_setuptools-ff3ee4aa6c6800d813162c09a58c6265c4675701.tar.bz2 external_python_setuptools-ff3ee4aa6c6800d813162c09a58c6265c4675701.zip |
fixed spelling typo
--HG--
branch : distribute
extra : rebase_source : 5ae197eeead6eae5f689f01ced730be068e8c64a
-rw-r--r-- | setuptools/__init__.py | 3 |
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 |