From 157a3ff8114701babe2be7f233f91dfe6577b48f Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Sat, 11 Mar 2017 14:12:19 +0100 Subject: [PATCH] Fix block quote --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a5e2646..a9eb4e0 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -209,8 +209,10 @@ 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