Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 14, 2024
1 parent 57107f5 commit cbda02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/formats/pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def to_ibis(cls, typ: pa.DataType, nullable=True) -> dt.DataType:
srid = 4326
else:
# This works because the two most common srid authorities are EPSG and ESRI
# and the "codes" are all integers and don't intersect with eachother on
# and the "codes" are all integers and don't intersect with each other on
# purpose. This won't scale to something like OGC:CRS27 (not common).
srid = int(auth_code[1])

Expand Down

0 comments on commit cbda02e

Please sign in to comment.