Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
joellubi committed Aug 12, 2024
1 parent 503c79a commit 6842980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/types.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -5290,7 +5290,7 @@ def bool8():
pyarrow.Table
unknown_col: extension<arrow.bool8>
----
unknown_col: [[True, False, True, True, null]]
unknown_col: [[-1, 0, 1, 2, null]]
Returns
-------
Expand Down

0 comments on commit 6842980

Please sign in to comment.