Skip to content

Commit

Permalink
Update python/cudf/cudf/core/tools/datetimes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
isVoid and bdice authored Dec 15, 2021
1 parent 3701f4a commit b057746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/core/tools/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ def date_range(
offset, pd.tseries.offsets.Week
):
raise ValueError(
f"Unrecognized frequency string {freq}. cuDF does"
" not yet support month, quarter, year-anchored frequency."
f"Unrecognized frequency string {freq}. cuDF does "
"not yet support month, quarter, year-anchored frequency."
)
offset = DateOffset._from_pandas_ticks_or_weeks(offset)
else:
Expand Down

0 comments on commit b057746

Please sign in to comment.