Skip to content

Commit d4cac1b

Browse files
committed
LINT fixup
1 parent c98dcd8 commit d4cac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6568,7 +6568,7 @@ def clip_upper(self, threshold, axis=None, inplace=False):
65686568
See Also
65696569
--------
65706570
clip : Return input copy with values below/above thresholds truncated.
6571-
clip_lower : Return input copy input with values below given thresholds.
6571+
clip_lower : Method to truncate values below given thresholds.
65726572
65736573
Returns
65746574
-------

0 commit comments

Comments
 (0)