From 31ae2841169ce166a5e1f7b30bd6e29319f793c2 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 22 May 2018 15:22:15 -0700 Subject: [PATCH] Backport PR #11286: 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)