Skip to content

Commit ccc8633

Browse files
committed
Fix formatting of section header for zero-copy streaming in DataFrame documentation
1 parent 5a53633 commit ccc8633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/dataframe/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To materialize the results of your DataFrame operations:
150150
count = df.count()
151151
152152
Zero-copy streaming to Arrow-based Python libraries
153-
-----------------
153+
---------------------------------------------------
154154

155155
DataFusion DataFrames implement the ``__arrow_c_stream__`` protocol, enabling
156156
zero-copy, lazy streaming into Arrow-based Python libraries. Earlier versions

0 commit comments

Comments
 (0)