Skip to content

Commit 9eeaa00

Browse files
quist00tobyhodges
andauthored
Update _episodes/03-skimage-images.md
typo suggestion Co-authored-by: Toby Hodges <tbyhdgs@gmail.com>
1 parent af5fd5c commit 9eeaa00

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
@@ -112,7 +112,7 @@ Once we have the image in the program, we first call `plt.subplots()` so that we
112112

113113
> ## Why not use `skimage.io.imshow()`
114114
>
115-
> The *skimage* library has its own function to display and image, so you might
115+
> The *skimage* library has its own function to display an image, so you might
116116
> be asking why we don't use it here. It is certainly something you should be aware of
117117
> and may use as you see fit in your own code, but the details of what it will do to
118118
> display the image is currenlty in the process of change. Thus, calling `imshow()` off the

0 commit comments

Comments
 (0)