diff options
author | yuki <drsuaimqjgar@gmail.com> | 2023-02-24 08:41:13 +0000 |
---|---|---|
committer | yuki <drsuaimqjgar@gmail.com> | 2023-02-24 08:41:13 +0000 |
commit | a36782f163414a44c6ae37d453b07395673b2cac (patch) | |
tree | 523493bbef5224b6cc2a5f2e3a7834253a9b4ce1 /numpy/testing | |
parent | 56ec7cc20f2a1b782d258cb080a7d35087a5bd7b (diff) | |
download | numpy-a36782f163414a44c6ae37d453b07395673b2cac.tar.gz |
DOC: Fix code formatting
Diffstat (limited to 'numpy/testing')
-rw-r--r-- | numpy/testing/overrides.py | 2 |
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. """ |