Skip to content

Commit 17ec6d4

Browse files
committed
fix a skimage->scikit-image that was missed earlier
1 parent e2588e9 commit 17ec6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ so you might be asking why we don't use it here.
180180
Actually, `skimage.io.imread()` uses `iio.imread()` internally when loading an image into Python.
181181
It is certainly something you may use as you see fit in your own code.
182182
In this lesson, we use the imageio library to read or write (save) images,
183-
while `skimage` is dedicated to performing operations on the images.
183+
while scikit-image is dedicated to performing operations on the images.
184184
Using imageio gives us more flexibility, especially when it comes to
185185
handling metadata.
186186

0 commit comments

Comments
 (0)