summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPamphile ROY <roy.pamphile@gmail.com>2021-04-17 08:40:42 +0200
committerGitHub <noreply@github.com>2021-04-17 08:40:42 +0200
commitff72d214082784bbd081dd053c56ab5984b52662 (patch)
tree4dc849d02ead07d08d951faae16a8e027399c672 /doc
parent2ba1cdedf8a8ee68cf6c0273e98c7fc2ed7f47cf (diff)
downloadnumpy-ff72d214082784bbd081dd053c56ab5984b52662.tar.gz
Update doc/source/reference/routines.testing.rst
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/routines.testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst
index 40b385cb6..d9e98e941 100644
--- a/doc/source/reference/routines.testing.rst
+++ b/doc/source/reference/routines.testing.rst
@@ -29,7 +29,7 @@ Asserts
assert_warns
assert_string_equal
-Asserts (not recommanded)
+Asserts (not recommended)
-------------------------
It is recommended to use one of `assert_allclose`,
`assert_array_almost_equal_nulp` or `assert_array_max_ulp` instead of these