Skip to content

Commit 340eaee

Browse files
committed
Fix flake8 trailing whitespace
1 parent bc8fdfe commit 340eaee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dask/dataframe/dask_expr/_collection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@ def median_approximate(self, axis=0, method="default", numeric_only=False):
38953895

38963896
"""
38973897
Note:
3898-
This method uses approximate algorithms (e.g., for percentiles)
3898+
This method uses approximate algorithms (e.g., for percentiles)
38993899
to enable scalable distributed computation.
39003900
Results may differ slightly from those obtained using pandas.describe().
39013901
"""
@@ -4556,7 +4556,7 @@ def autocorr(self, lag=1, split_every=False):
45564556

45574557
"""
45584558
Note:
4559-
This method uses approximate algorithms (e.g., for percentiles)
4559+
This method uses approximate algorithms (e.g., for percentiles)
45604560
to enable scalable distributed computation.
45614561
Results may differ slightly from those obtained using pandas.describe().
45624562
"""

0 commit comments

Comments
 (0)