Skip to content

Commit

Permalink
Address doc review
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed May 24, 2021
1 parent b4e3bc9 commit 907b61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/groupby/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def shift(self, periods=1, freq=None, axis=0, fill_value=None):
The scalar value to use for newly introduced missing values. Can be
specified with `None`, a single value or multiple values:
- `None` (default): do not perform fill
- `None` (default): sets all indeterminable values to null.
- Single value: fill all shifted columns with this value. Should
match the data type of all columns.
- List of values: fill shifted columns with corresponding value in
Expand Down

0 comments on commit 907b61d

Please sign in to comment.