Skip to content

Commit

Permalink
DOC: update the pandas.Series.tail docstring (pandas-dev#20176)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and TomAugspurger committed Mar 10, 2018
1 parent e5e4ae9 commit ec631ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3669,12 +3669,12 @@ def tail(self, n=5):
Returns
-------
obj_tail : type of caller
The last n rows of the caller object.
type of caller
The last `n` rows of the caller object.
See Also
--------
pandas.DataFrame.head
pandas.DataFrame.head : The first `n` rows of the caller object.
Examples
--------
Expand Down

0 comments on commit ec631ce

Please sign in to comment.