From 82c31a21b93c0903eeafe578fd0eb94c53fbcd4d Mon Sep 17 00:00:00 2001 From: "Nathaniel M. Beaver" Date: Tue, 22 May 2018 14:46:13 -0500 Subject: [PATCH] Fix broken link --- tutorials/introductory/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)