Skip to content

Commit 128681e

Browse files
xrmxmyles
authored andcommitted
DOC: update the pandas.Series.tail docstring (pandas-dev#20176)
1 parent e5b5922 commit 128681e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/generic.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3669,12 +3669,12 @@ def tail(self, n=5):
36693669
36703670
Returns
36713671
-------
3672-
obj_tail : type of caller
3673-
The last n rows of the caller object.
3672+
type of caller
3673+
The last `n` rows of the caller object.
36743674
36753675
See Also
36763676
--------
3677-
pandas.DataFrame.head
3677+
pandas.DataFrame.head : The first `n` rows of the caller object.
36783678
36793679
Examples
36803680
--------

0 commit comments

Comments
 (0)