1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

fix cs-cz python3

This commit is contained in:
Adam Bard
2020-02-13 22:07:05 -08:00
parent f63a137656
commit cb55323819

View File

@@ -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
---