summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorPatrick <39380924+xamm@users.noreply.github.com>2021-04-17 10:37:33 +0200
committerGitHub <noreply@github.com>2021-04-17 10:37:33 +0200
commit379ffd443c12ef45f178a30605a237198689f29b (patch)
treef3424cab79656388d190fc21edbe28609866fb59 /numpy/core/fromnumeric.py
parentc5e9e140e57774262cf5ac4762d19a9da5c9477d (diff)
downloadnumpy-379ffd443c12ef45f178a30605a237198689f29b.tar.gz
MAINT: Remove unnecessary dash for the dividing line
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index 7c43cd313..5c7b3372b 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -2087,7 +2087,7 @@ def clip(a, a_min, a_max, out=None, **kwargs):
:ref:`ufuncs-output-type`
Notes
- --------
+ -----
When `a_min` is greater than `a_max`, `clip` returns an
array in which all values are equal to `a_max`,
as shown in the second example.