From 9c33ab68ab94a98012b0666a9ce8a69a10bf8e4f Mon Sep 17 00:00:00 2001 From: He Huang Date: Tue, 29 Nov 2016 21:27:15 -0500 Subject: [PATCH] Change the link to Magic Methods from its GitHub repo to its pdf file directly. --- 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 97623a8..f99dd56 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -210,7 +210,7 @@ and can make classes and objects behave in different and magical ways. `A Guide to Python's Magic Methods `_ Note: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version: - `A Guide to Python's Magic Methods (repo on GitHub) `_ + `A Guide to Python's Magic Methods (repo on GitHub) `_ For Engineers and Scientists