Skip to content

Commit 749a9eb

Browse files
author
Thomas Lautenschlaeger
committed
fixed docstring
1 parent 7c03063 commit 749a9eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9286,8 +9286,7 @@ def _gotitem(
92869286
exceptions or warnings.
92879287
92889288
>>> df.agg({'A': 'mean', 'B': [pd.DataFrame.mean, 'std'], 'C': ['sum', 'mean']},
9289-
... numeric_only=True)
9290-
9289+
... numeric_only=True)
92919290
B C
92929291
mean 2.0 5.0
92939292
std 1.0 NaN

0 commit comments

Comments
 (0)