summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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)