Skip to content

Commit c922c97

Browse files
author
Florian Goth
committed
fix typo
1 parent 076f3d4 commit c922c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-skimage-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In this case, the `.tif` extension causes the image to be saved as a TIFF.
163163
> the dimensions we want the new image to have, `new_shape`.
164164
>
165165
> Image files on disk are normally stored as whole numbers for space efficiency,
166-
> but tranformations and other math operations often result in
166+
> but transformations and other math operations often result in
167167
> conversion to floating point numbers.
168168
> Using the `skimage.img_as_ubyte()` method converts it back to whole numbers
169169
> before we save it back to disk.

0 commit comments

Comments
 (0)