Skip to content

Commit 79bf694

Browse files
committed
Fix toy-example verbatim markup
1 parent 85fab56 commit 79bf694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/examples/weather-data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Examine a dataset with pandas_ and seaborn_
3838
@savefig examples_tmin_tmax_plot.png
3939
ds.mean(dim='location').to_dataframe().plot()
4040
41-
.. ipython:: python
41+
.. ipython::
4242
:verbatim:
4343

4444
In [6]: sns.pairplot(df.reset_index(), vars=ds.data_vars)

0 commit comments

Comments
 (0)