summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-11-03 15:24:22 +0200
committerGitHub <noreply@github.com>2020-11-03 15:24:22 +0200
commit9dca4085c724b3e62d54dee33e42ebdba3bb975c (patch)
tree72e79c6332956cea2203759d680c7143dcf1c9ae /setup.py
parent671e8a02aeed0e823e9380557cad3c20ba30a3cb (diff)
parent779d306fb6d851e7948bf6a97f4d2034db7d6f25 (diff)
downloadnumpy-9dca4085c724b3e62d54dee33e42ebdba3bb975c.tar.gz
Merge pull request #17700 from Qiyu8/fix-typos
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)