diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-09-02 12:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 12:40:27 +0100 |
commit | d31cc73b3e8772550d551931a8b0a5d8f3aae9c9 (patch) | |
tree | b7fe79f10777687e253fe3d9801cc7d370107572 /numpy/lib/function_base.py | |
parent | a84b28afb9fdd0547148ba186d59fcaba9e82a8d (diff) | |
download | numpy-d31cc73b3e8772550d551931a8b0a5d8f3aae9c9.tar.gz |
Update numpy/lib/function_base.py
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 04b051973..ebfba1af1 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1488,7 +1488,7 @@ def _unwrap_dispatcher(p, discont=None, axis=None, *, period=None): @array_function_dispatch(_unwrap_dispatcher) def unwrap(p, discont=None, axis=-1, *, period=2*pi): - """ + r""" Unwrap by taking the complement of large deltas with respect to the period. This unwraps a signal `p` by changing elements which have an absolute |