Skip to content

Commit f6c24f7

Browse files
committed
docs: fixing PR comment
1 parent b06287e commit f6c24f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ class providing the base-class of operations.
490490
Examples
491491
--------
492492
493-
>>> df = pd.DataFrame({'A' : ['foo', 'bar', 'foo', 'bar',
493+
>>> df = pd.%(klass)s({'A' : ['foo', 'bar', 'foo', 'bar',
494494
... 'foo', 'bar'],
495495
... 'B' : ['one', 'one', 'two', 'three',
496496
... 'two', 'two'],

0 commit comments

Comments
 (0)