Skip to content

Commit

Permalink
Merge pull request #558 from sebastic/transform-typo
Browse files Browse the repository at this point in the history
Fix 'tranform' typo, replace with 'transform'.
  • Loading branch information
perrygeo committed Feb 7, 2016
2 parents b09a915 + 433f0e9 commit df7615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasterio/_io.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ cdef class RasterUpdater(RasterReader):
if [abs(v) for v in transform] == [0, 1, 0, 0, 0, 1]:
warnings.warn(
"Dataset uses default geotransform (Affine.identity). "
"No tranform will be written to the output by GDAL.",
"No transform will be written to the output by GDAL.",
UserWarning
)

Expand Down

0 comments on commit df7615a

Please sign in to comment.