diff --git a/tutorials/introductory/images.py b/tutorials/introductory/images.py index 4c76ca59bb70..7c818f7d57e7 100644 --- a/tutorials/introductory/images.py +++ b/tutorials/introductory/images.py @@ -136,7 +136,7 @@ lum_img = img[:, :, 0] # This is array slicing. You can read more in the `Numpy tutorial -# `_. +# `_. plt.imshow(lum_img)