Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Dec 7, 2023
1 parent dd88d2a commit a8e8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mind_the_gaps/gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _merge(
inside_region = not inside_region

# Boundary types can swap when differencing depending on
# whether the boundary is inside a region.
# whether the endpoint is inside a region.
is_closed = current_endpoint.boundary in "[]"
b_in_a = inside_a and current_b == current_endpoint
a_in_b = inside_b and current_a == current_endpoint
Expand Down

0 comments on commit a8e8182

Please sign in to comment.