diff options
-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 |