Skip to content

Commit 9c33ab6

Browse files
committed
Change the link to Magic Methods from its GitHub repo to its pdf file directly.
1 parent 0b43cd8 commit 9c33ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ 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>`_
212212
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>`_
213+
`A Guide to Python's Magic Methods (repo on GitHub) <https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.pdf>`_
214214

215215

216216
For Engineers and Scientists

0 commit comments

Comments
 (0)