summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/testing/overrides.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/overrides.py b/numpy/testing/overrides.py
index aa8977662..edc7132c2 100644
--- a/numpy/testing/overrides.py
+++ b/numpy/testing/overrides.py
@@ -40,7 +40,7 @@ def allows_array_ufunc_override(func):
Notes
-----
- This function is equivalent to `isinstance(func, np.ufunc)` and
+ This function is equivalent to ``isinstance(func, np.ufunc)`` and
will work correctly for ufuncs defined outside of Numpy.
"""