diff options
author | ldinh <LouieDinh@gmail.com> | 2013-06-30 15:36:37 -0700 |
---|---|---|
committer | ldinh <LouieDinh@gmail.com> | 2013-06-30 15:36:37 -0700 |
commit | 34a9f1aab1b35258c56e46b858f6b1e7a7f8e28b (patch) | |
tree | af7c25389859a121c2a44deda589da591bf43697 | |
parent | ae5060a4bf432095539bc3ff77bfec67082cbbb3 (diff) |
Add line breaks
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 76f96d57..34fa2680 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -420,5 +420,7 @@ Human.grunt() #=> "*grunt*" Still up for more? Try: [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) + [Dive Into Python](http://www.diveintopython.net/) + [The Official Docs](http://docs.python.org/2.6/) |