From a6aa52a7a3d400decbec1ae1a4f1985314c5f2b5 Mon Sep 17 00:00:00 2001 From: Marc Poulin Date: Fri, 19 Oct 2018 08:07:21 -0600 Subject: [PATCH] Fixed URL for Dive Into Python Before, link to "Dive Into Python 3" was broken. Now, link points to correct page. --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index f478f95..84320bf 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -120,7 +120,7 @@ Dive Into Python 3 is a good book for those ready to jump in to Python 3. It's a good read if you are moving from Python 2 to 3 or if you already have some experience programming in another language. - `Dive Into Python 3 `_ + `Dive Into Python 3 `_ Think Python: How to Think Like a Computer Scientist