diff options
author | Adam Bard <adam@adambard.com> | 2020-02-13 22:07:05 -0800 |
---|---|---|
committer | Adam Bard <adam@adambard.com> | 2020-02-13 22:07:05 -0800 |
commit | cb55323819fa8ea937550051c2d41cb28b727630 (patch) | |
tree | 06ae77a4b9f1ca0a1e888e7c69778fae3a8694a9 /cs-cz | |
parent | f63a13765669457bfe72eb0fee43b99936331bd3 (diff) |
fix cs-cz python3
Diffstat (limited to 'cs-cz')
-rw-r--r-- | cs-cz/python.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs-cz/python.html.markdown b/cs-cz/python.html.markdown index 7086ec5f..b684bd7d 100644 --- a/cs-cz/python.html.markdown +++ b/cs-cz/python.html.markdown @@ -1,5 +1,5 @@ --- -language: python3 +language: python contributors: - ["Louie Dinh", "http://pythonpracticeprojects.com"] - ["Steven Basart", "http://github.com/xksteven"] @@ -7,7 +7,7 @@ contributors: - ["Tomáš Bedřich", "http://tbedrich.cz"] translators: - ["Tomáš Bedřich", "http://tbedrich.cz"] -filename: learnpython3-cz.py +filename: learnpython-cz.py lang: cs-cz --- |