Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Oct 17, 2024
1 parent d14836f commit 33264a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/array.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def mask(indices, length, MemoryPool memory_pool=None):
--------
>>> import pyarrow as pa
>>> pa.mask([1, 3], length=5)
<pyarrow.lib.BooleanArray object at 0x7dad0f6b6080>
<pyarrow.lib.BooleanArray object at ...>
[
false,
true,
Expand Down

0 comments on commit 33264a1

Please sign in to comment.