-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix typos in 09_timeseries.rst #33226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -382,7 +382,7 @@ More details on the power of time series ``resampling`` is provided in the user | |||
<div class="d-flex flex-row gs-torefguide"> | |||
<span class="badge badge-info">To user guide</span> | |||
|
|||
A full overview on time series is given in the pages on :ref:`time series and date functionality <timeseries>`. | |||
A full overview on time series is given on the pages on :ref:`time series and date functionality <timeseries>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this one is correct as "in"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I know, "on" is more correct here grammatically, but it sounds clunky, and we can avoid it. I would rephrase the whole thing like so:
For a full overview on time series, see :ref:time series section <timeseries>
in the user guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @WillAyd tie breaker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in is maybe more correct, but I don't think worth changing if its the only thing here. @AlexKirko if you want to reformat sentence separately would definitely be welcome
one comment, otherwise LGTM pending green |
Thanks @rogererens |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff