Skip to content

Commit

Permalink
Add missing verb
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy committed Aug 3, 2023
1 parent 095f69a commit 7cfa9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shapely/set_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def difference(a, b, grid_size=None, **kwargs):
returned. Each element contains the corresponding geometry in array a
differenced with geometry b.
- If both a and b are arraylike, they should be the same length or a
ValueError is raised. An array of this length returned and each element
contains the difference between the corresponding element in array a
and array b.
ValueError is raised. An array of this length is returned and each
element contains the difference between the corresponding element in
array a and array b.
If grid_size is nonzero, input coordinates will be snapped to a precision
grid of that size and resulting coordinates will be snapped to that same
Expand Down

0 comments on commit 7cfa9df

Please sign in to comment.