Skip to content

Commit 5f74843

Browse files
committed
modified: pandas/core/frame.py
- Updated shared docs replacing :method: with :meth: per comment feedback.
1 parent fc0a75f commit 5f74843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9350,7 +9350,7 @@ def pivot(
93509350
- rows with a NA value in any column will be omitted before computing
93519351
margins,
93529352
- index/column keys containing NA values will be dropped (see ``dropna``
9353-
parameter in :method:``DataFrame.groupby``).
9353+
parameter in :meth:``DataFrame.groupby``).
93549354
margins_name : str, default 'All'
93559355
Name of the row / column that will contain the totals
93569356
when margins is True.

0 commit comments

Comments
 (0)