summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/utils.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-06-07 08:53:35 -0600
committerGitHub <noreply@github.com>2022-06-07 08:53:35 -0600
commitfad2c4d391d6a14a01ef9fc17c45cdf011164992 (patch)
treeb9102aa37240a0319dc845ac06f0edf97af7367e /numpy/testing/_private/utils.py
parentb1730f72a647a56a43e109613bf74238fdcb9983 (diff)
downloadnumpy-fad2c4d391d6a14a01ef9fc17c45cdf011164992.tar.gz
STY: Use single backticks around parameter names.
Diffstat (limited to 'numpy/testing/_private/utils.py')
-rw-r--r--numpy/testing/_private/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py
index e85eda3d7..e61e47488 100644
--- a/numpy/testing/_private/utils.py
+++ b/numpy/testing/_private/utils.py
@@ -1517,7 +1517,7 @@ def assert_allclose(actual, desired, rtol=1e-7, atol=0, equal_nan=True,
Notes
-----
- When one of ``actual`` and ``desired`` is a scalar and the other is
+ When one of `actual` and `desired` is a scalar and the other is
array_like, the function checks that each element of the array_like
object is equal to the scalar.