Skip to content

Commit 057b242

Browse files
DOC: fixup code-block directives from GH26076 (#26116)
1 parent 68b1da7 commit 057b242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v0.10.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Updated PyTables Support
430430
431431
- added mixed-dtype support!
432432

433-
.. ipython:: python
433+
.. code-block:: ipython
434434
435435
In [64]: df['string'] = 'string'
436436

doc/source/whatsnew/v0.12.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Other Enhancements
320320
Let's say that we had an option ``'a.b'`` and another option ``'b.c'``.
321321
We can set them at the same time:
322322

323-
.. ipython:: python
323+
.. code-block:: ipython
324324
325325
In [31]: pd.get_option('a.b')
326326
Out[31]: 2

0 commit comments

Comments
 (0)