Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/source/python/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ There are several kinds of :class:`~pyarrow.NativeFile` options available:
Buffer at the end
* :class:`~pyarrow.FixedSizeBufferWriter`, for writing data into an already
allocated Buffer
* :class:`~pyarrow.HdfsFile`, for reading and writing data to the Hadoop Filesystem
* :class:`~pyarrow.PythonFile`, for interfacing with Python file objects in C++
* :class:`~pyarrow.CompressedInputStream` and
:class:`~pyarrow.CompressedOutputStream`, for on-the-fly compression or
Expand Down