From d7322c71f1dcd4b8defea12dba6bf35f28aa2b56 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Mon, 14 Sep 2020 10:18:06 +0100 Subject: Cleanup whitespace --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') 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 -- cgit v1.2.1