diff options
| author | Kilian Lieret <kilian.lieret@posteo.de> | 2022-04-23 15:12:22 +0000 |
|---|---|---|
| committer | Kilian Lieret <kilian.lieret@posteo.de> | 2022-04-23 15:12:22 +0000 |
| commit | f0c80eb43e1e87a80fe2918d753e43ddbf0f125a (patch) | |
| tree | ac3139f3b982c0bc34df95d0145c0cc1afa76777 /numpy | |
| parent | abf238e2f7d6cbe5caaf23987ddcd8b35632b409 (diff) | |
| download | numpy-f0c80eb43e1e87a80fe2918d753e43ddbf0f125a.tar.gz | |
DOC: Use r-string/escape math code
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 4022f3874..d76a8b46d 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -675,7 +675,7 @@ def _correlate_dispatcher(a, v, mode=None): @array_function_dispatch(_correlate_dispatcher) def correlate(a, v, mode='valid'): - """ + r""" Cross-correlation of two 1-dimensional sequences. This function computes the correlation as generally defined in signal |
