Skip to content

Commit 0b43cd8

Browse files
committed
Fixed broken link on Magic Methods with new link and a brief note. The original website is down.
1 parent bc75d10 commit 0b43cd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/intro/learning.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__)
209209
and can make classes and objects behave in different and magical ways.
210210

211211
`A Guide to Python's Magic Methods <http://www.rafekettler.com/magicmethods.html>`_
212+
Note: The Rafekettler.com is currently down, you can go to their Github version directly. Here you can find a PDF version:
213+
`A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods>`_
212214

213215

214216
For Engineers and Scientists

0 commit comments

Comments
 (0)