Skip to content

Commit

Permalink
Update coins.py (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Dec 10, 2024
1 parent 86b342f commit ef04e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion momepy/coins.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def _angle_between_two_lines(line1, line2):
warnings.warn(
f"Lines are between points {points.keys()} identical. Please revise input "
"data to ensure no lines are identical or overlapping. "
"You can check for duplicates using `gdf.geometry.duplicated()`. Assuming"
"You can check for duplicates using `gdf.geometry.duplicated()`. Assuming "
"an angle of 0 degrees.",
UserWarning,
stacklevel=3,
Expand Down

0 comments on commit ef04e86

Please sign in to comment.