Skip to content

Commit 6d26825

Browse files
authored
Also adjust DictionaryArray docs
1 parent ebdd353 commit 6d26825

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
@@ -4013,7 +4013,7 @@ cdef class DictionaryArray(Array):
40134013
type : pyarrow.DataType
40144014
length : int
40154015
The number of values in the array.
4016-
buffers : List[Buffer]
4016+
buffers : List[Buffer | None]
40174017
The buffers backing the indices array.
40184018
dictionary : pyarrow.Array, ndarray or pandas.Series
40194019
The array of values referenced by the indices.

0 commit comments

Comments
 (0)