diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-11-03 20:30:49 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-11-03 20:30:49 +0800 |
commit | 779d306fb6d851e7948bf6a97f4d2034db7d6f25 (patch) | |
tree | ab9d63667ad5443ccad113a97364f3f12e9f6766 /setup.py | |
parent | 9bc70e740253b4314ccce42bcd29c8f24875d704 (diff) | |
download | numpy-779d306fb6d851e7948bf6a97f4d2034db7d6f25.tar.gz |
fix small typos.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |