Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/getting_started/intro_tutorials/09_timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ When defined, the frequency of the time series is provided by the
<ul class="task-bullet">
<li>

Make a plot of the daily median :math:`NO_2` value in each of the stations.
Make a plot of the daily mean :math:`NO_2` value in each of the stations.

.. ipython:: python
:okwarning:
Expand Down Expand Up @@ -386,4 +386,4 @@ A full overview on time series is given in the pages on :ref:`time series and da

.. raw:: html

</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm what changed here? Could you revert this diff?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The editor (I used the GitHub website) appended a newline here, so that the file ends with a newline. I'd suggest to leave it in, otherwise the next person trying to edit this file with GitHub will run into the same issue.

Or would you prefer a separate PR to fix the file endings? It looks like most, but not all, other files in the Pandas docs already end with a newline. (Some also with multiple newlines...)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is ok

</div>