Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jun 29, 2020
1 parent ea6b7eb commit 0006f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rioxarray/rioxarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def reproject(
shape: tuple(int, int), optional
Shape of the destination in pixels (dst_height, dst_width). Cannot be used
together with resolution.
transform, optional
transform: optional
The destination transform.
resampling: Resampling method, optional
See rasterio.warp.reproject for more details.
Expand Down Expand Up @@ -1794,7 +1794,7 @@ def reproject(
shape: tuple(int, int), optional
Shape of the destination in pixels (dst_height, dst_width). Cannot be used
together with resolution.
transform, optional
transform: optional
The destination transform.
resampling: Resampling method, optional
See rasterio.warp.reproject for more details.
Expand Down

0 comments on commit 0006f06

Please sign in to comment.