diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-09-14 10:18:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 10:18:06 +0100 |
commit | d7322c71f1dcd4b8defea12dba6bf35f28aa2b56 (patch) | |
tree | 04ecf028bd6d450f8a0b99937171f603f0054296 /numpy/lib/function_base.py | |
parent | 985c2a64b46885ef22942df8350517a6163dfd9a (diff) | |
download | numpy-d7322c71f1dcd4b8defea12dba6bf35f28aa2b56.tar.gz |
Cleanup whitespace
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 |