We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2156d commit 94b3cf3Copy full SHA for 94b3cf3
arrow-pyarrow/src/lib.rs
@@ -56,7 +56,7 @@
56
//! have `Vec<RecordBatch>` on the Rust side and want to export that in bulk as a `pyarrow.Table`.
57
//! In general, it is recommended to use streaming approaches instead of dealing with data in bulk.
58
//! 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
+//! interface) can be imported to Rust through `PyArrowType<ArrowArrayStreamReader>` instead of
60
//! forcing eager reading into `Vec<RecordBatch>`.
61
62
use std::convert::{From, TryFrom};
0 commit comments