Skip to content

Commit d84ff96

Browse files
committed
.. code-block:: changed to .. code-block:: text
1 parent 163931a commit d84ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/reshaping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Suppose we wanted to pivot ``df`` such that the ``col`` values are columns,
728728
``row`` values are the index, and the mean of ``val0`` are the values? In
729729
particular, the resulting DataFrame should look like:
730730

731-
.. code-block::
731+
.. code-block:: text
732732
733733
col col0 col1 col2 col3 col4
734734
row

0 commit comments

Comments
 (0)