summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorendolith <endolith@gmail.com>2021-04-15 23:28:59 -0400
committerGitHub <noreply@github.com>2021-04-15 23:28:59 -0400
commit89ce34e27fe14ce1d89fe9ca62427cc261ebd3e4 (patch)
tree8f6941e8e8ab589fb2b2d7a4586e3278fa1b6590 /doc
parent181f273a59744d58f90f45d953a3285484c72cba (diff)
downloadnumpy-89ce34e27fe14ce1d89fe9ca62427cc261ebd3e4.tar.gz
DOC: Fix dec.paramaterize typo
Diffstat (limited to 'doc')
-rw-r--r--doc/TESTS.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt
index 21cc08673..170cc1663 100644
--- a/doc/TESTS.rst.txt
+++ b/doc/TESTS.rst.txt
@@ -187,7 +187,7 @@ Parametric tests
One very nice feature of testing is allowing easy testing across a range
of parameters - a nasty problem for standard unit tests. Use the
-``dec.paramaterize`` decorator.
+``pytest.mark.parametrize`` decorator.
Doctests
--------