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 /hu-hu | |
parent | ad9048580270350e751bb5734b57f59890fd2c4a (diff) | |
parent | ae75b35f5f2e75396984f79c081746e6f408a072 (diff) |
fetched upstream and made some translations to Python
Diffstat (limited to 'hu-hu')
-rw-r--r-- | hu-hu/pythonlegacy-hu.html.markdown (renamed from hu-hu/python-hu.html.markdown) | 6 | ||||
-rw-r--r-- | hu-hu/yaml-hu.html.markdown | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hu-hu/python-hu.html.markdown b/hu-hu/pythonlegacy-hu.html.markdown index 01f1c414..b5922766 100644 --- a/hu-hu/python-hu.html.markdown +++ b/hu-hu/pythonlegacy-hu.html.markdown @@ -1,5 +1,5 @@ --- -language: python +language: Python 2 (legacy) contributors: - ["Louie Dinh", "http://ldinh.ca"] - ["Amin Bandali", "https://aminb.org"] @@ -9,7 +9,7 @@ contributors: - ["habi", "http://github.com/habi"] translators: - ["Tamás Diószegi", "https://github.com/ditam"] -filename: learnpython-hu.py +filename: learnpythonlegacy-hu.py lang: hu-hu --- @@ -23,7 +23,7 @@ vagy pedig a louiedinh [kukac] [google email szolgáltatása] címen. Figyelem: ez a leírás a Python 2.7 verziójára vonatkozok, illetve általánosságban a 2.x verziókra. A Python 2.7 azonban már csak 2020-ig lesz támogatva, ezért kezdőknek ajánlott, hogy a Python 3-mal kezdjék az -ismerkedést. A Python 3.x verzióihoz a [Python 3 bemutató](http://learnxinyminutes.com/docs/python3/) +ismerkedést. A Python 3.x verzióihoz a [Python 3 bemutató](http://learnxinyminutes.com/docs/python/) ajánlott. Lehetséges olyan Python kódot írni, ami egyszerre kompatibilis a 2.7 és a 3.x diff --git a/hu-hu/yaml-hu.html.markdown b/hu-hu/yaml-hu.html.markdown index 37ce4cb2..3fb8b87f 100644 --- a/hu-hu/yaml-hu.html.markdown +++ b/hu-hu/yaml-hu.html.markdown @@ -2,7 +2,7 @@ language: yaml filename: learnyaml-hu.yaml contributors: - - ["Adam Brenecki", "https://github.com/adambrenecki"] + - ["Leigh Brenecki", "https://github.com/adambrenecki"] translators: - ["Tamás Diószegi", "https://github.com/ditam"] lang: hu-hu |