Skip to content

Commit 51c129a

Browse files
committed
DOC: Fix E225 and E999 caused by .<TAB> with # noqa: E225, E999
1 parent e6c2d59 commit 51c129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ the length of the ``groups`` dict, so it is largely just a convenience:
239239
.. ipython::
240240

241241
@verbatim
242-
In [1]: gb.<TAB>
242+
In [1]: gb.<TAB> # noqa: E225, E999
243243
gb.agg gb.boxplot gb.cummin gb.describe gb.filter gb.get_group gb.height gb.last gb.median gb.ngroups gb.plot gb.rank gb.std gb.transform
244244
gb.aggregate gb.count gb.cumprod gb.dtype gb.first gb.groups gb.hist gb.max gb.min gb.nth gb.prod gb.resample gb.sum gb.var
245245
gb.apply gb.cummax gb.cumsum gb.fillna gb.gender gb.head gb.indices gb.mean gb.name gb.ohlc gb.quantile gb.size gb.tail gb.weight

0 commit comments

Comments
 (0)