We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd88d2a commit a8e8182Copy full SHA for a8e8182
src/mind_the_gaps/gaps.py
@@ -89,7 +89,7 @@ def _merge(
89
inside_region = not inside_region
90
91
# Boundary types can swap when differencing depending on
92
- # whether the boundary is inside a region.
+ # whether the endpoint is inside a region.
93
is_closed = current_endpoint.boundary in "[]"
94
b_in_a = inside_a and current_b == current_endpoint
95
a_in_b = inside_b and current_a == current_endpoint
0 commit comments