Skip to content

Commit

Permalink
Update vrt.py (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashfinn committed May 10, 2024
1 parent ec1ed0c commit 7ea50ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasterio/vrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class WarpedVRT(WarpedVRTReaderBase, WindowMethodsMixin, TransformMethodsMixin):
The warp source.
src_crs : CRS or str, optional
Overrides the coordinate reference system of `src_dataset`.
src_transfrom : Affine, optional
src_transform : Affine, optional
Overrides the transform of `src_dataset`.
src_nodata : float, optional
Overrides the nodata value of `src_dataset`, which is the
Expand Down

0 comments on commit 7ea50ed

Please sign in to comment.