Skip to content

Commit

Permalink
fix typo of see also in DataFrame stat funcs (#25388)
Browse files Browse the repository at this point in the history
  • Loading branch information
knuu authored and WillAyd committed Feb 20, 2019
1 parent 13a505d commit 6c4cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10866,7 +10866,7 @@ def _doc_parms(cls):
Series.max : Return the maximum.
Series.idxmin : Return the index of the minimum.
Series.idxmax : Return the index of the maximum.
DataFrame.min : Return the sum over the requested axis.
DataFrame.sum : Return the sum over the requested axis.
DataFrame.min : Return the minimum over the requested axis.
DataFrame.max : Return the maximum over the requested axis.
DataFrame.idxmin : Return the index of the minimum over the requested axis.
Expand Down

0 comments on commit 6c4cb6f

Please sign in to comment.