Skip to content

Commit ea68736

Browse files
author
Thomas Lautenschlaeger
committed
fixed docstring
1 parent 89bfac8 commit ea68736

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9154,8 +9154,7 @@ def _gotitem(
91549154
exceptions or warnings.
91559155
91569156
>>> df.agg({'A': 'mean', 'B': [pd.DataFrame.mean, 'std'], 'C': ['sum', 'mean']},
9157-
... numeric_only=True)
9158-
9157+
... numeric_only=True)
91599158
B C
91609159
mean 2.0 5.0
91619160
std 1.0 NaN

0 commit comments

Comments
 (0)