Skip to content

Commit ebdd353

Browse files
authored
Docs: Array.from_buffers accepts None buffers
1 parent 0dfae70 commit ebdd353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/array.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ cdef class Array(_PandasConvertible):
13041304
The value type of the array.
13051305
length : int
13061306
The number of values in the array.
1307-
buffers : List[Buffer]
1307+
buffers : List[Buffer | None]
13081308
The buffers backing this array.
13091309
null_count : int, default -1
13101310
The number of null entries in the array. Negative value means that

0 commit comments

Comments
 (0)