summaryrefslogtreecommitdiff
path: root/numpy/_pytesttester.py
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-12-19 03:39:59 -0500
committerBrian Wignall <brianwignall@gmail.com>2019-12-19 03:39:59 -0500
commit0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (patch)
tree9a8005ae483b36cf80493ca1389a6002369ee3fd /numpy/_pytesttester.py
parent6d69a9e163858de5d0ea2ae810b8febc7eec1dbc (diff)
downloadnumpy-0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b.tar.gz
Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'numpy/_pytesttester.py')
-rw-r--r--numpy/_pytesttester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_pytesttester.py b/numpy/_pytesttester.py
index b25224c20..6462fc5e6 100644
--- a/numpy/_pytesttester.py
+++ b/numpy/_pytesttester.py
@@ -15,7 +15,7 @@ Warnings filtering and other runtime settings should be dealt with in the
whether or not that file is found as follows:
* ``pytest.ini`` is present (develop mode)
- All warnings except those explicily filtered out are raised as error.
+ All warnings except those explicitly filtered out are raised as error.
* ``pytest.ini`` is absent (release mode)
DeprecationWarnings and PendingDeprecationWarnings are ignored, other
warnings are passed through.