We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c33ab6 commit 48ee678Copy full SHA for 48ee678
docs/intro/learning.rst
@@ -209,7 +209,7 @@ in Python. Magic methods are surrounded by double underscores (i.e. __init__)
209
and can make classes and objects behave in different and magical ways.
210
211
`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:
+.. 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/blob/master/magicmethods.pdf>`_
214
215
0 commit comments