diff options
author | charalambosp <papaloizouc@gmail.com> | 2014-02-16 18:37:02 +0000 |
---|---|---|
committer | charalambosp <papaloizouc@gmail.com> | 2014-02-16 18:37:02 +0000 |
commit | 3233394cd5079893acb725027f8d0a82e28c16cc (patch) | |
tree | f20af3b2e9f0ce5f4bc1d445ce24dc0afc71003d /python.html.markdown | |
parent | 550b9c9f2ebf8ead67eb723d3b4256064e284b82 (diff) |
fix section number
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown index fe0ddc8c..15f27d37 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -474,7 +474,7 @@ dir(math) #################################################### -## 6. Advanced +## 7. Advanced #################################################### # Generators help you make lazy code |