Skip to content

Commit 053c207

Browse files
authored
Fix mixup between mean and median (#33106)
1 parent 5e04957 commit 053c207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/intro_tutorials/09_timeseries.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ When defined, the frequency of the time series is provided by the
335335
<ul class="task-bullet">
336336
<li>
337337

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

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

387387
.. raw:: html
388388

389-
</div>
389+
</div>

0 commit comments

Comments
 (0)