From a85e57506d8430f357b539a79d1593696d150c0f Mon Sep 17 00:00:00 2001 From: JulienBacquart <16917004+JulienBacquart@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:31:35 +0200 Subject: [PATCH] Correct typo Missing 's' --- pandas/core/reshape/pivot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/reshape/pivot.py b/pandas/core/reshape/pivot.py index 8c2c2053b0554..131924bc059f6 100644 --- a/pandas/core/reshape/pivot.py +++ b/pandas/core/reshape/pivot.py @@ -90,7 +90,7 @@ def pivot_table( hierarchical columns whose top level are the function names (inferred from the function objects themselves). If a dict is passed, the key is column to aggregate and the value is - function or list of functions. If ``margin=True``, aggfunc will be + function or list of functions. If ``margins=True``, aggfunc will be used to calculate the partial aggregates. fill_value : scalar, default None Value to replace missing values with (in the resulting pivot table,