summaryrefslogtreecommitdiff
path: root/tools/win32build/prepare_bootstrap.py
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-02-21 11:33:41 -0800
committerDongjoon Hyun <dongjoon@apache.org>2016-02-25 11:37:32 -0800
commit2556b9ff1ae621e311053bd5f2b34edb86a8cb68 (patch)
treeee25cd0a9f3d40a4292b342ce664f1c417d0deb2 /tools/win32build/prepare_bootstrap.py
parent89d95a0660ffd5890916edb78a6d4a9ccb5b3ad0 (diff)
downloadpython-numpy-2556b9ff1ae621e311053bd5f2b34edb86a8cb68.tar.gz
python-numpy-2556b9ff1ae621e311053bd5f2b34edb86a8cb68.tar.bz2
python-numpy-2556b9ff1ae621e311053bd5f2b34edb86a8cb68.zip
DOC: Fix more typos in docs and comments.
Diffstat (limited to 'tools/win32build/prepare_bootstrap.py')
-rw-r--r--tools/win32build/prepare_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32build/prepare_bootstrap.py b/tools/win32build/prepare_bootstrap.py
index 3984032fd..acb127c23 100644
--- a/tools/win32build/prepare_bootstrap.py
+++ b/tools/win32build/prepare_bootstrap.py
@@ -9,7 +9,7 @@ import re
def get_sdist_tarball():
"""Return the name of the installer built by wininst command."""
- # Yeah, the name logic is harcoded in distutils. We have to reproduce it
+ # Yeah, the name logic is hardcoded in distutils. We have to reproduce it
# here
name = "numpy-%s.zip" % get_numpy_version()
return name