Skip to content

Commit 94b3cf3

Browse files
jonded94martin-g
andauthored
Fix typo
Co-authored-by: Martin Grigorov <[email protected]>
1 parent af2156d commit 94b3cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-pyarrow/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
//! have `Vec<RecordBatch>` on the Rust side and want to export that in bulk as a `pyarrow.Table`.
5757
//! In general, it is recommended to use streaming approaches instead of dealing with data in bulk.
5858
//! For example, a `pyarrow.Table` (or any other object that implements the ArrayStream PyCapsule
59-
//! interface) can be imported to Rust through `PyArrowType<ArrowArrayStreamReader>>` instead of
59+
//! interface) can be imported to Rust through `PyArrowType<ArrowArrayStreamReader>` instead of
6060
//! forcing eager reading into `Vec<RecordBatch>`.
6161
6262
use std::convert::{From, TryFrom};

0 commit comments

Comments
 (0)