We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b342f commit f3bf4bcCopy full SHA for f3bf4bc
momepy/coins.py
@@ -439,7 +439,7 @@ def _angle_between_two_lines(line1, line2):
439
warnings.warn(
440
f"Lines are between points {points.keys()} identical. Please revise input "
441
"data to ensure no lines are identical or overlapping. "
442
- "You can check for duplicates using `gdf.geometry.duplicated()`. Assuming"
+ "You can check for duplicates using `gdf.geometry.duplicated()`. Assuming "
443
"an angle of 0 degrees.",
444
UserWarning,
445
stacklevel=3,
0 commit comments