diff options
| -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. |
