Skip to content

Commit 6241caa

Browse files
committed
backticks for inline code
1 parent 15beac4 commit 6241caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/03-skimage-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@ 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)
394-
for more details on 'cmap', 'vmin' and 'vmax'.*
394+
for more details on `cmap`, `vmin` and `vmax`.*
395395

396396
::::::::::::::: solution
397397

0 commit comments

Comments
 (0)