diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-03-30 03:40:43 +0200 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-03-30 03:40:43 +0200 |
commit | 933e26cd75231ba6402c38e4044e001a5d47fa3f (patch) | |
tree | 09cd6f421e7a7608fc956bbde602ac3e6fc9d11e /setuptools/command/easy_install.py | |
parent | 8cff8857708d580441192c02af9dab910ba11ebb (diff) | |
download | external_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.tar.gz external_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.tar.bz2 external_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.zip |
Fix some typos.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-x | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index f2bfa68d..74803b59 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -152,7 +152,7 @@ class easy_install(Command): create_index = PackageIndex def initialize_options(self): - # the --user option seemst to be an opt-in one, + # the --user option seems to be an opt-in one, # so the default should be False. self.user = 0 self.zip_ok = self.local_snapshots_ok = None |