From 004b01c47af061c22d135be39f7a1b706696c4da Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 29 Jan 2021 17:47:19 +0100 Subject: [PATCH] DOC: correct ipython code block in v0.8.0.rst file --- doc/source/whatsnew/v0.8.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.8.0.rst b/doc/source/whatsnew/v0.8.0.rst index 490175914cef1..781054fc4de7c 100644 --- a/doc/source/whatsnew/v0.8.0.rst +++ b/doc/source/whatsnew/v0.8.0.rst @@ -176,7 +176,7 @@ New plotting methods Vytautas Jancauskas, the 2012 GSOC participant, has added many new plot types. For example, ``'kde'`` is a new option: -.. code-block:: python +.. ipython:: python s = pd.Series( np.concatenate((np.random.randn(1000), np.random.randn(1000) * 0.5 + 3))