Skip to content

Commit 214ac73

Browse files
DOC: Correct typo in pandas.pivot_table doc (#59056)
Correct typo Missing 's'
1 parent 05a2f1c commit 214ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/pivot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def pivot_table(
9090
hierarchical columns whose top level are the function names
9191
(inferred from the function objects themselves).
9292
If a dict is passed, the key is column to aggregate and the value is
93-
function or list of functions. If ``margin=True``, aggfunc will be
93+
function or list of functions. If ``margins=True``, aggfunc will be
9494
used to calculate the partial aggregates.
9595
fill_value : scalar, default None
9696
Value to replace missing values with (in the resulting pivot table,

0 commit comments

Comments
 (0)