From 0b43cd8fce49d1c42317324d88e69332be8ace3b Mon Sep 17 00:00:00 2001 From: He Huang Date: Tue, 29 Nov 2016 21:22:29 -0500 Subject: [PATCH] Fixed broken link on Magic Methods with new link and a brief note. The original website is down. --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 823da5b..97623a8 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -209,6 +209,8 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__) 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) `_ For Engineers and Scientists