diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-12-19 18:08:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 18:08:10 +0200 |
commit | a9bb517554004cf2ce7a4be93bcbfb63ee149844 (patch) | |
tree | 94ccf767fe0a811933a295255554e57a9a8b6d33 /numpy/_pytesttester.py | |
parent | 3cf092bb872257efb47a814ab3fb8e0bfd8f61b4 (diff) | |
parent | 0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (diff) | |
download | numpy-a9bb517554004cf2ce7a4be93bcbfb63ee149844.tar.gz |
Merge pull request #15129 from bwignall/typo_leven
DOC: Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'numpy/_pytesttester.py')
-rw-r--r-- | numpy/_pytesttester.py | 2 |
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. |