From 779d306fb6d851e7948bf6a97f4d2034db7d6f25 Mon Sep 17 00:00:00 2001 From: Qiyu8 Date: Tue, 3 Nov 2020 20:30:49 +0800 Subject: fix small typos. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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) -- cgit v1.2.1