Skip to content

Commit a363180

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

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
@@ -115,7 +115,7 @@ Once we have the image in the program, we first call `plt.subplots()` so that we
115115
> 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
118-
> display the image is currenlty in the process of change. Thus, calling `imshow()` off the
118+
> display the image are currently in the process of change. Thus, calling `imshow()` off the
119119
> *matplotlib.pyplot* library at this time insures participants have the
120120
> experience we need across platforms for this course, so we will be doing that instead.
121121
>

0 commit comments

Comments
 (0)