diff options
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 d1afdf96a..dde0217cd 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1498,7 +1498,7 @@ def unwrap(p, discont=None, axis=-1, *, period=2*pi): For the default case where `period` is :math:`2\pi` and is `discont` is :math:`\pi`, this unwraps a radian phase `p` such that adjacent differences are never greater than :math:`\pi` by adding :math:`2k\pi` for some integer :math:`k`. - + Parameters ---------- p : array_like |