8000 MAINT: Remove unnecessary dash for the dividing line · numpy/numpy@379ffd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 379ffd4

Browse files
xammCarreau
andauthored
MAINT: Remove unnecessary dash for the dividing line
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
1 parent c5e9e14 commit 379ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/fromnumeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ def clip(a, a_min, a_max, out=None, **kwargs):
20872087
:ref:`ufuncs-output-type`
20882088
20892089
Notes
2090-
--------
2090+
-----
20912091
When `a_min` is greater than `a_max`, `clip` returns an
20922092
array in which all values are equal to `a_max`,
20932093
as shown in the second example.

0 commit comments

Comments
 (0)
0