summaryrefslogtreecommitdiff
path: root/numpy/exceptions.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2022-11-22 16:53:01 +0100
committerSebastian Berg <sebastianb@nvidia.com>2022-11-30 12:07:51 +0100
commit7b1ee55a1c17748e150ce05ceb7b7df4415ff8c2 (patch)
treefbf9f667bd21e382a7fc9959df8acb95083dd709 /numpy/exceptions.py
parentf2c5b1ddd37a996e3508827df06ef8fb111b8b60 (diff)
downloadnumpy-7b1ee55a1c17748e150ce05ceb7b7df4415ff8c2.tar.gz
DOC: Update messages to NumPy 1.25 although I hope its 2.0 :)
Diffstat (limited to 'numpy/exceptions.py')
-rw-r--r--numpy/exceptions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/exceptions.py b/numpy/exceptions.py
index af19fce53..eb5aaeac1 100644
--- a/numpy/exceptions.py
+++ b/numpy/exceptions.py
@@ -5,9 +5,9 @@ Exceptions and Warnings (:mod:`numpy.exceptions`)
General exceptions used by NumPy. Note that some exceptions may be module
specific, such as linear algebra errors.
-.. versionadded:: NumPy 1.24
+.. versionadded:: NumPy 1.25
- The exceptions module is new in NumPy 1.24. Older exceptions remain
+ The exceptions module is new in NumPy 1.25. Older exceptions remain
available through the main NumPy namespace for compatibility.
.. currentmodule:: numpy.exceptions
@@ -47,7 +47,7 @@ _is_loaded = True
# TODO: One day, we should remove the _set_module here before removing them
# fully. Not doing it now, just to allow unpickling to work on older
-# versions for a bit. (Module exists since NumPy 1.24.)
+# versions for a bit. (Module exists since NumPy 1.25.)
# This then also means that the typing stubs should be moved!