Skip to content

Commit c4c8d14

Browse files
committed
fix: adjust formatting for code block in dataframe.rst
1 parent d7d67fb commit c4c8d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/user-guide/dataframe.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ Performance Optimization with Shared Styles
122122
The ``use_shared_styles`` parameter (enabled by default) optimizes performance when displaying
123123
multiple DataFrames in notebook environments:
124124

125-
.. code-block:: python
125+
.. code-block:: python
126+
126127
from datafusion.html_formatter import StyleProvider, configure_formatter
127128
# Default: Use shared styles (recommended for notebooks)
128129
configure_formatter(use_shared_styles=True)

0 commit comments

Comments
 (0)