Skip to content

Commit fc0a75f

Browse files
committed
modified: pandas/core/reshape/pivot.py
- Updated spelling of :method: to :meth: per comment feedback.
1 parent 63119b4 commit fc0a75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/pivot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def pivot_table(
104104
Do not include columns whose entries are all NaN. If True,
105105
- rows with a NA value in any column will be omitted before computing margins,
106106
- index/column keys containing NA values will be dropped (see ``dropna``
107-
parameter in :method:``DataFrame.groupby``).
107+
parameter in :meth:``DataFrame.groupby``).
108108
margins_name : str, default 'All'
109109
Name of the row / column that will contain the totals
110110
when margins is True.

0 commit comments

Comments
 (0)