diff options
author | endolith <endolith@gmail.com> | 2021-04-15 23:28:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 23:28:59 -0400 |
commit | 89ce34e27fe14ce1d89fe9ca62427cc261ebd3e4 (patch) | |
tree | 8f6941e8e8ab589fb2b2d7a4586e3278fa1b6590 /doc | |
parent | 181f273a59744d58f90f45d953a3285484c72cba (diff) | |
download | numpy-89ce34e27fe14ce1d89fe9ca62427cc261ebd3e4.tar.gz |
DOC: Fix dec.paramaterize typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TESTS.rst.txt | 2 |
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 -------- |