diff options
| author | Eric Wieser <wieser.eric@gmail.com> | 2020-09-14 10:17:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 10:17:34 +0100 |
| commit | 985c2a64b46885ef22942df8350517a6163dfd9a (patch) | |
| tree | ee2ce6e4eeede2ad011dc73d062e9a959b7b3b45 | |
| parent | ba6fc3ae7594f599ba3f561efb2697427da8a3f5 (diff) | |
| download | numpy-985c2a64b46885ef22942df8350517a6163dfd9a.tar.gz | |
Add missing newline
| -rw-r--r-- | numpy/lib/function_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 87929d696..d1afdf96a 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1525,6 +1525,7 @@ def unwrap(p, discont=None, axis=-1, *, period=2*pi): If the discontinuity in `p` is smaller than ``period/2``, but larger than `discont`, no unwrapping is done because taking the complement would only make the discontinuity larger. + Examples -------- >>> phase = np.linspace(0, np.pi, num=5) |
