Skip to content

Commit 2a74b15

Browse files
JeremyPikemkcor
andauthored
oxford comma
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 8b7765f commit 2a74b15

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
@@ -388,7 +388,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
388388

389389
![](fig/sudoku-gray.png){alt='Modified Su-Do-Ku puzzle'}
390390

391-
*Hint: the `cmap`, `vmin` and `vmax` parameters of `matplotlib.pyplot.imshow`
391+
*Hint: the `cmap`, `vmin`, and `vmax` parameters of `matplotlib.pyplot.imshow`
392392
will be needed to display the modified image as desired. See the [matplotlib
393393
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
394394
for more details on `cmap`, `vmin` and `vmax`.*

0 commit comments

Comments
 (0)