diff --git a/tutorials/introductory/images.py b/tutorials/introductory/images.py index f21bee112a16..7b41ce0d6f37 100644 --- a/tutorials/introductory/images.py +++ b/tutorials/introductory/images.py @@ -68,9 +68,9 @@ # It's a 24-bit RGB PNG image (8 bits for each of R, G, B). Depending # on where you get your data, the other kinds of image that you'll most # likely encounter are RGBA images, which allow for transparency, or -# single-channel grayscale (luminosity) images. You can right click on -# it and choose "Save image as" to download it to your computer for the -# rest of this tutorial. +# single-channel grayscale (luminosity) images. Download `stinkbug.png +# `_ +# to your computer for the rest of this tutorial. # # And here we go...