Skip to content

Commit

Permalink
Merge pull request #774 from alexholoo/master
Browse files Browse the repository at this point in the history
updated a broken link to Python Magic Methods
  • Loading branch information
kennethreitz authored Nov 30, 2016
2 parents bc75d10 + 48ee678 commit 6a1c9ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.rafekettler.com/magicmethods.html>`_
.. 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) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_


For Engineers and Scientists
Expand Down

0 comments on commit 6a1c9ce

Please sign in to comment.