diff --git a/README.markdown b/README.markdown index c0cc00e..de9a88c 100755 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -##A guide to Python's magic methods.## +## A guide to Python's magic methods. ## Written by Rafe Kettler in the year 2011. Licensed under Creative Commons CC--NC-BY-SA (see http://creativecommons.org/licenses/by-nc-sa/3.0/). Basically, noncommercial, requires attribution, must be reproduced with a similar license. 'Nuff said. @@ -6,4 +6,4 @@ Licensed under Creative Commons CC--NC-BY-SA (see http://creativecommons.org/lic Can be seen at http://www.rafekettler.com/magicmethods.html in relatively up to date form. ## For forkers: ## -Edit `magicmethods.markdown`/`magicmethods.tex`, then run `make docs`. The build script requires the Python Markdown module, so you'll have to run `pip install markdown` if you don't already have it. Happy hacking! \ No newline at end of file +Edit `magicmethods.markdown`/`magicmethods.tex`, then run `make docs`. The build script requires the Python Markdown module, so you'll have to run `pip install markdown` if you don't already have it. Happy hacking!