Skip to content

Commit

Permalink
python expression
Browse files Browse the repository at this point in the history
  • Loading branch information
R-JunmingChen committed Sep 20, 2023
1 parent 1b09661 commit 38c1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_compute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ cdef class Expression(_Weakrefable):
1,
2,
3
], skip_nulls=0, null_matching_behavior=MATCH})>
], null_matching_behavior=MATCH})>
"""

def __init__(self):
Expand Down

0 comments on commit 38c1a04

Please sign in to comment.