Skip to content

Commit

Permalink
fix: typo 'permissive' instead of 'premissive' (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu authored Oct 24, 2024
1 parent 090ea66 commit e02cdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyarrow-stubs/__lib_pxi/table.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def table(
def concat_tables(
tables: list[Table],
memory_pool: MemoryPool | None = None,
promote_options: Literal["none", "default", "premissive"] = "none",
promote_options: Literal["none", "default", "permissive"] = "none",
**kwargs,
) -> Table: ...

Expand Down

0 comments on commit e02cdb8

Please sign in to comment.