Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Oct 28, 2024
1 parent cd89188 commit 83d416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cartopy/tests/mpl/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ def test_invalid_polygons(self, use_legacy_path_to_geos):

codes = [1, 2, 2, 2, 2, 2, 2, 79]
p = Path(vertices, codes=codes)
cpath.path_to_shapely(p)
cpath.path_to_shapely(p)

0 comments on commit 83d416f

Please sign in to comment.