diff options
author | Adam Bard <github@adambard.com> | 2014-05-03 22:46:28 -0230 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-05-03 22:46:28 -0230 |
commit | a4e05441673bddea21a336920f12d9c659d4900f (patch) | |
tree | d2782d0b4d099d2a152702426f733600c89b7ce8 | |
parent | 55660ce3c7be442cbe83e98fd33edbf40210669b (diff) |
Update python->python3 so things don't get mixed up.
-rw-r--r-- | python3.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 3a1bc1c3..54f425ed 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -1,8 +1,8 @@ --- -language: python +language: python3 contributors: - ["Louie Dinh", "http://pythonpracticeprojects.com"] -filename: learnpython.py +filename: learnpython3.py --- Python was created by Guido Van Rossum in the early 90's. It is now one of the most popular |