summaryrefslogtreecommitdiff
path: root/numpy/exceptions.py
diff options
context:
space:
mode:
authorPratyay Banerjee <dev@neilblaze.live>2023-03-31 11:08:54 +0530
committerGitHub <noreply@github.com>2023-03-30 22:38:54 -0700
commitb50568d9e758b489c2a3c409ef4e57b67820f090 (patch)
treedfbbac85a9396415748907bc78e103e106b883b2 /numpy/exceptions.py
parent7b27c3ebe7f35684aeb2dfa2fd3125b2a69aed49 (diff)
downloadnumpy-b50568d9e758b489c2a3c409ef4e57b67820f090.tar.gz
DOC: Fix typos & grammer in docstrings and comments (#23503)
Diffstat (limited to 'numpy/exceptions.py')
-rw-r--r--numpy/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/exceptions.py b/numpy/exceptions.py
index 73ad5ea6d..2f8438101 100644
--- a/numpy/exceptions.py
+++ b/numpy/exceptions.py
@@ -60,7 +60,7 @@ class ModuleDeprecationWarning(DeprecationWarning):
.. warning::
- This warning should not be used, since nose testing is not relvant
+ This warning should not be used, since nose testing is not relevant
anymore.
The nose tester turns ordinary Deprecation warnings into test failures.