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 7d498c3 commit e4ad2c0Copy full SHA for e4ad2c0
docs/reference/arrow_support.rst
@@ -12,9 +12,9 @@ The goal with Arrow is to provide native zero-copy interop with any
12
arrow provider or consumer in the Python ecosystem.
13
14
.. warning:: Zero-copy does not mean zero allocation -- The internal
15
-memory layout of Pillow images contains an allocation for row
16
-pointers, so there is a non-zero, but significantly smaller than a
17
-full copy memory cost to reading an arrow image.
+ memory layout of Pillow images contains an allocation for row
+ pointers, so there is a non-zero, but significantly smaller than a
+ full copy memory cost to reading an arrow image.
18
19
20
Data Formats
0 commit comments