Skip to content

Commit 124d7f0

Browse files
committed
Missing period
1 parent d4cac1b commit 124d7f0

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
@@ -6561,7 +6561,7 @@ def clip_upper(self, threshold, axis=None, inplace=False):
65616561
axis : int or string axis name, optional
65626562
Align object with threshold along the given axis.
65636563
inplace : boolean, default False
6564-
Whether to perform the operation in place on the data
6564+
Whether to perform the operation in place on the data.
65656565
65666566
.. versionadded:: 0.21.0
65676567

0 commit comments

Comments
 (0)