Skip to content

Commit b41911e

Browse files
authored
DOC PR09 Add missing . on freq parameter on groupby.py (#31998)
1 parent 571a73b commit b41911e

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
@@ -2329,7 +2329,7 @@ def shift(self, periods=1, freq=None, axis=0, fill_value=None):
23292329
periods : int, default 1
23302330
Number of periods to shift.
23312331
freq : str, optional
2332-
Frequency string
2332+
Frequency string.
23332333
axis : axis to shift, default 0
23342334
fill_value : optional
23352335

0 commit comments

Comments
 (0)