diff options
author | Kenichi Maehashi <webmaster@kenichimaehashi.com> | 2021-06-10 12:07:16 +0000 |
---|---|---|
committer | Kenichi Maehashi <webmaster@kenichimaehashi.com> | 2021-06-10 12:07:16 +0000 |
commit | bd2209a779d0dd3998451ed808725f6ec6306b21 (patch) | |
tree | 633a8fe9fffec8084f3b5822d53c0b5dfaa27576 /numpy/lib/_version.py | |
parent | 4dead884769118cd9af8bd5210273291804429e7 (diff) | |
download | numpy-bd2209a779d0dd3998451ed808725f6ec6306b21.tar.gz |
DOC: fix typo
Diffstat (limited to 'numpy/lib/_version.py')
-rw-r--r-- | numpy/lib/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/_version.py b/numpy/lib/_version.py index 145c54855..bfac5f814 100644 --- a/numpy/lib/_version.py +++ b/numpy/lib/_version.py @@ -15,7 +15,7 @@ class NumpyVersion(): """Parse and compare numpy version strings. NumPy has the following versioning scheme (numbers given are examples; they - can be > 9) in principle): + can be > 9 in principle): - Released version: '1.8.0', '1.8.1', etc. - Alpha: '1.8.0a1', '1.8.0a2', etc. |