diff options
author | caminsha <c.96marco@hotmail.com> | 2020-02-15 00:00:05 +0100 |
---|---|---|
committer | caminsha <c.96marco@hotmail.com> | 2020-02-15 00:00:05 +0100 |
commit | 16506a15750eef2094d76e3536caff69c63f5bcf (patch) | |
tree | c89ec44d4cc1f9378f95646272a425b8bf4acd59 /cs-cz | |
parent | ad9048580270350e751bb5734b57f59890fd2c4a (diff) | |
parent | ae75b35f5f2e75396984f79c081746e6f408a072 (diff) |
fetched upstream and made some translations to Python
Diffstat (limited to 'cs-cz')
-rw-r--r-- | cs-cz/javascript.html.markdown | 2 | ||||
-rw-r--r-- | cs-cz/python.html.markdown (renamed from cs-cz/python3.html.markdown) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cs-cz/javascript.html.markdown b/cs-cz/javascript.html.markdown index c05a9138..408ddde0 100644 --- a/cs-cz/javascript.html.markdown +++ b/cs-cz/javascript.html.markdown @@ -1,7 +1,7 @@ --- language: javascript contributors: - - ["Adam Brenecki", "http://adam.brenecki.id.au"] + - ["Leigh Brenecki", "https://leigh.net.au"] - ["Ariel Krakowski", "http://www.learneroo.com"] translators: - ["Michal Martinek", "https://github.com/MichalMartinek"] diff --git a/cs-cz/python3.html.markdown b/cs-cz/python.html.markdown index bd3690a8..0e2416d1 100644 --- a/cs-cz/python3.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 --- @@ -17,7 +17,7 @@ Zamiloval jsem si Python pro jeho syntaktickou čistotu - je to vlastně spustit Vaše zpětná vazba je vítána! Můžete mě zastihnout na [@louiedinh](http://twitter.com/louiedinh) nebo louiedinh [at] [email od googlu] anglicky, autora českého překladu pak na [@tbedrich](http://twitter.com/tbedrich) nebo ja [at] tbedrich.cz -Poznámka: Tento článek je zaměřen na Python 3. Zde se můžete [naučit starší Python 2.7](http://learnxinyminutes.com/docs/python/). +Poznámka: Tento článek je zaměřen na Python 3. Zde se můžete [naučit starší Python 2.7](http://learnxinyminutes.com/docs/pythonlegacy/). ```python |