Skip to content

Commit

Permalink
[DOCS] Fix spelling in a Python file (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Nov 8, 2024
1 parent 529cb37 commit 83ae14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/serialization/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_polygon_serialization(self):
length = self.spark.sql("select st_area(geom) from polygon").collect()[0][0]
assert length == 3.75

def test_geopandas_convertion(self):
def test_geopandas_conversion(self):
gdf = gpd.read_file(
os.path.join(tests_resource, "shapefiles/gis_osm_pois_free_1/")
)
Expand Down

0 comments on commit 83ae14a

Please sign in to comment.