Skip to content

Commit 4f600f9

Browse files
author
MomIsBestFriend
committed
Merge remote-tracking branch 'upstream/master' into CLN-libs
2 parents b369447 + b41911e commit 4f600f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
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)