Add new line as requested.

This commit is contained in:
Cameron Goodale
2014-05-27 07:04:59 -07:00
parent 7ac101e2e7
commit 6c03f219d6
+1
View File
@@ -156,6 +156,7 @@ development, version control, and optimization/profiling.
A Guide to Python's Magic Methods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a collection of blog posts by Rafe Kettler which explain 'magic methods'
in Python. Magic methods are surrounded by double underscores (i.e. __init__) and
can make classes and objects behave in different and magical ways.