From ff3ee4aa6c6800d813162c09a58c6265c4675701 Mon Sep 17 00:00:00 2001 From: Yannick Gingras Date: Mon, 15 Mar 2010 22:41:40 -0400 Subject: fixed spelling typo --HG-- branch : distribute extra : rebase_source : 5ae197eeead6eae5f689f01ced730be068e8c64a --- setuptools/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setuptools') 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 -- cgit v1.2.3