Skip to content

Commit

Permalink
DOC: Fix typo in raster_array.py (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele authored Nov 15, 2024
1 parent 195bdb6 commit f782500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rioxarray/raster_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def clip(
false, only pixels whose center is within the polygon or that
are selected by Bresenham's line algorithm will be burned in.
drop: bool, optional
If True, drop the data outside of the extent of the mask geoemtries
If True, drop the data outside of the extent of the mask geometries
Otherwise, it will return the same raster with the data masked.
Default is True.
invert: boolean, optional
Expand Down

0 comments on commit f782500

Please sign in to comment.