We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a74b15 commit 2dde3c4Copy full SHA for 2dde3c4
episodes/03-skimage-images.md
@@ -391,7 +391,7 @@ range 0-255 of an 8-bit pixel). The results should look like this:
391
*Hint: the `cmap`, `vmin`, and `vmax` parameters of `matplotlib.pyplot.imshow`
392
will be needed to display the modified image as desired. See the [matplotlib
393
documentation](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html)
394
-for more details on `cmap`, `vmin` and `vmax`.*
+for more details on `cmap`, `vmin`, and `vmax`.*
395
396
::::::::::::::: solution
397
0 commit comments