Skip to content

Commit

Permalink
docs: replace bad character
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Oct 4, 2023
1 parent acade1c commit 84eba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edvart/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def reindex_to_period(
period_column : str
Which column containing periods to index by.
freq : Union[str, pd.Offset]
One of pandas offset strings or an Offset object. Will be inferred by default.
One of pandas' offset strings or an Offset object. Will be inferred by default.
keep_index : str, optional
Name of column to store the original index. The original index will be discarded
by default.
Expand Down

0 comments on commit 84eba26

Please sign in to comment.