Skip to content

Commit

Permalink
docs: add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeller3 committed Nov 6, 2024
1 parent 38f3bd9 commit c8bebec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/boolean/boolean_disjoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Example
feature_1 = Feature(geometry=Point((19.0760, 72.8777)))
feature_2 = Feature(geometry=Point((29.0760, 72.8777)))
boolean_disjoint(feature_1, feature_2)

1 change: 1 addition & 0 deletions docs/source/boolean/boolean_intersects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Example
feature_1 = Feature(geometry=Point((19.0760, 72.8777)))
feature_2 = Feature(geometry=Point((29.0760, 72.8777)))
boolean_intersects(feature_1, feature_2)

0 comments on commit c8bebec

Please sign in to comment.