Skip to content

Commit d329560

Browse files
committed
Final typo
1 parent 79676a3 commit d329560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/helpers/tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def tempfile_from_geojson(geojson):
141141
# 32-bit integer overflow issue. Related issues:
142142
# https://github.com/geopandas/geopandas/issues/967#issuecomment-842877704
143143
# https://github.com/GenericMappingTools/pygmt/issues/2497
144-
if Version(gpd.__versions__) < Version("1"): # GeoPandas v0.x
144+
if Version(gpd.__version__) < Version("1"): # GeoPandas v0.x
145145
# The default engine 'fiona' supports the 'schema' parameter.
146146
if geojson.index.name is None:
147147
geojson.index.name = "index"

0 commit comments

Comments
 (0)