From 30bb643bb0fee7aa57f430b258f990a534695722 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 17 Apr 2019 09:23:42 +0200 Subject: [PATCH] DOC: fixup code-block directives from GH26076 --- doc/source/whatsnew/v0.10.0.rst | 2 +- doc/source/whatsnew/v0.12.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.10.0.rst b/doc/source/whatsnew/v0.10.0.rst index 3671a5e24bdaa..9d497f2fc658d 100644 --- a/doc/source/whatsnew/v0.10.0.rst +++ b/doc/source/whatsnew/v0.10.0.rst @@ -430,7 +430,7 @@ Updated PyTables Support - added mixed-dtype support! - .. ipython:: python + .. code-block:: ipython In [64]: df['string'] = 'string' diff --git a/doc/source/whatsnew/v0.12.0.rst b/doc/source/whatsnew/v0.12.0.rst index 5dbfb2c728f06..e99e5147d73b5 100644 --- a/doc/source/whatsnew/v0.12.0.rst +++ b/doc/source/whatsnew/v0.12.0.rst @@ -320,7 +320,7 @@ Other Enhancements Let's say that we had an option ``'a.b'`` and another option ``'b.c'``. We can set them at the same time: - .. ipython:: python + .. code-block:: ipython In [31]: pd.get_option('a.b') Out[31]: 2