Skip to content

Commit 3e53972

Browse files
committed
Doc fixup
1 parent 86bc86e commit 3e53972

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5650,7 +5650,7 @@ def clip_upper(self, threshold, axis=None, inplace=False):
56505650
Align object with threshold along the given axis.
56515651
inplace : bool, default False
56525652
Whether to perform the operation in place on the data.
5653-
.. versionadded:: 0.21.0.
5653+
.. versionadded:: 0.21.0
56545654
56555655
See Also
56565656
--------
@@ -5699,8 +5699,6 @@ def clip_lower(self, threshold, axis=None, inplace=False):
56995699
"""
57005700
Return copy of the input with values below given value(s) truncated.
57015701
5702-
5703-
57045702
Parameters
57055703
----------
57065704
threshold : float or array_like
@@ -5897,7 +5895,6 @@ def at_time(self, time, asof=False):
58975895
Parameters
58985896
----------
58995897
time : datetime.time or string
5900-
asof :
59015898
59025899
Returns
59035900
-------

0 commit comments

Comments
 (0)