diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2014-10-09 23:22:24 +0300 |
---|---|---|
committer | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2014-10-09 23:22:24 +0300 |
commit | a2043f3adbbeaca72c7ef15c4505924903111c5c (patch) | |
tree | 16b6d3fc6c199e07a30b1bcc83f5d6d830206e31 | |
parent | 68c9aed1346fe20df741014de415f4297460dc67 (diff) |
Gosh, what happened to me today?( Fixed the left bracket
-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 cac9d539..febfa119 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -3,7 +3,7 @@ language: python contributors: - ["Louie Dinh", "http://ldinh.ca"] - ["Amin Bandali", "http://aminbandali.com"] - - "Andre Polykanine", "https://github.com/Oire"] + - ["Andre Polykanine", "https://github.com/Oire"] filename: learnpython.py --- |