summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorQiyu8 <fangchunlin@huawei.com>2020-11-03 20:30:49 +0800
committerQiyu8 <fangchunlin@huawei.com>2020-11-03 20:30:49 +0800
commit779d306fb6d851e7948bf6a97f4d2034db7d6f25 (patch)
treeab9d63667ad5443ccad113a97364f3f12e9f6766 /setup.py
parent9bc70e740253b4314ccce42bcd29c8f24875d704 (diff)
downloadnumpy-779d306fb6d851e7948bf6a97f4d2034db7d6f25.tar.gz
fix small typos.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c64a5c491..6d7e90c6a 100755
--- a/setup.py
+++ b/setup.py
@@ -423,7 +423,7 @@ def get_docs_url():
if not ISRELEASED:
return "https://numpy.org/devdocs"
else:
- # For releaeses, this URL ends up on pypi.
+ # For releases, this URL ends up on pypi.
# By pinning the version, users looking at old PyPI releases can get
# to the associated docs easily.
return "https://numpy.org/doc/{}.{}".format(MAJOR, MINOR)