Skip to content

Commit c73c5f0

Browse files
committed
Removal of whitespace to satisfy flak8 checks.
1 parent baa2950 commit c73c5f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6046,7 +6046,7 @@ def _gotitem(self,
60466046
axis=0)``.
60476047
60486048
`agg` is an alias for `aggregate`. Use the alias.
6049-
6049+
60506050
See Also
60516051
--------
60526052
DataFrame.apply : Perform any type of operations.

pandas/core/groupby/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ class DataFrameGroupBy(NDFrameGroupBy):
12521252
pandas.DataFrame.groupby.apply
12531253
pandas.DataFrame.groupby.transform
12541254
pandas.DataFrame.aggregate
1255-
1255+
12561256
Examples
12571257
--------
12581258

pandas/core/window.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ def kurt(self, **kwargs):
12931293
Series or DataFrame
12941294
Returned object type is determined by the caller of the %(name)s
12951295
calculation.
1296-
1296+
12971297
See Also
12981298
--------
12991299
pandas.Series.quantile : Computes value at the given quantile over all data
@@ -1889,7 +1889,7 @@ def _get_window(self, other=None):
18891889
pandas.DataFrame.expanding.aggregate
18901890
pandas.DataFrame.rolling.aggregate
18911891
pandas.DataFrame.aggregate
1892-
1892+
18931893
Examples
18941894
--------
18951895

0 commit comments

Comments
 (0)