Skip to content

Commit 8b7765f

Browse files
JeremyPikemkcor
andauthored
Update episodes/03-skimage-images.md
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent e3d65e0 commit 8b7765f

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
@@ -399,7 +399,7 @@ for more details on `cmap`, `vmin` and `vmax`.*
399399

400400
First, load the image file `data/sudoku.png` as a grayscale image.
401401
Note we may want to create a copy of the image array to avoid modifying our original variable and
402-
also because `imageio.imread` sometimes returns a non-writeable image.
402+
also because `imageio.v3.imread` sometimes returns a non-writeable image.
403403

404404
```python
405405
sudoku = iio.imread(uri="data/sudoku.png", mode="L")

0 commit comments

Comments
 (0)