summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/parameterized.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-12-19 18:08:10 +0200
committerGitHub <noreply@github.com>2019-12-19 18:08:10 +0200
commita9bb517554004cf2ce7a4be93bcbfb63ee149844 (patch)
tree94ccf767fe0a811933a295255554e57a9a8b6d33 /numpy/testing/_private/parameterized.py
parent3cf092bb872257efb47a814ab3fb8e0bfd8f61b4 (diff)
parent0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b (diff)
downloadnumpy-a9bb517554004cf2ce7a4be93bcbfb63ee149844.tar.gz
Merge pull request #15129 from bwignall/typo_leven
DOC: Fix typos, via a Levenshtein-style corrector
Diffstat (limited to 'numpy/testing/_private/parameterized.py')
-rw-r--r--numpy/testing/_private/parameterized.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/_private/parameterized.py b/numpy/testing/_private/parameterized.py
index 489d8e09a..2134cca88 100644
--- a/numpy/testing/_private/parameterized.py
+++ b/numpy/testing/_private/parameterized.py
@@ -271,7 +271,7 @@ def set_test_runner(name):
def detect_runner():
""" Guess which test runner we're using by traversing the stack and looking
for the first matching module. This *should* be reasonably safe, as
- it's done during test disocvery where the test runner should be the
+ it's done during test discovery where the test runner should be the
stack frame immediately outside. """
if _test_runner_override is not None:
return _test_runner_override