Skip to content

Commit

Permalink
chore: Change misleading wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Aug 29, 2024
1 parent 5a72bed commit 84364f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo_extensions/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def to_polygons(obj: Geometry) -> TransformationResult:
yield obj
return

raise Exception(f"WKT: '{obj}' is not a Polygon or MultiPolygon")
raise Exception(f"'{obj}' is not a Polygon or MultiPolygon")


def _apply_transformations(
Expand Down

0 comments on commit 84364f3

Please sign in to comment.