From 2be054f6bb81e374cf51a5e952cf3f9d2958530e Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Wed, 30 May 2018 15:38:46 -0500 Subject: [PATCH] fix sphinx issue in color cycle tutorial --- tutorials/intermediate/color_cycle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intermediate/color_cycle.py b/tutorials/intermediate/color_cycle.py index 7a2e55ffd389..9adbdbcd7341 100644 --- a/tutorials/intermediate/color_cycle.py +++ b/tutorials/intermediate/color_cycle.py @@ -74,7 +74,7 @@ # ``.matplotlibrc`` file or a style file (``style.mplstyle``), you can set the # ``axes.prop_cycle`` property: # -# ..code-block:: python +# .. code-block:: python # # axes.prop_cycle : cycler(color='bgrcmyk') #