From 5722bd18bf0fcdf1be536e5c151f648dd2e8b61b Mon Sep 17 00:00:00 2001 From: majorwitty Date: Fri, 26 Jul 2019 12:48:41 -0500 Subject: [PATCH] Add direct link to 24-bit png file so images tutorial works. --- tutorials/introductory/images.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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...