From f3c601ee16838fdd94fd828c1dbd88d387fc603d Mon Sep 17 00:00:00 2001 From: Carla Prieto Date: Sun, 28 Oct 2018 20:07:48 -0600 Subject: [PATCH] Fixed traduction typo. (#20027) Python is the formal name of the language, it should not be translated to "piton" --- guide/spanish/python/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/python/index.md b/guide/spanish/python/index.md index 7bcbaca7671..b3ef5195ef2 100644 --- a/guide/spanish/python/index.md +++ b/guide/spanish/python/index.md @@ -76,7 +76,7 @@ $ python3.5 $ ``` -## El zen de pitón +## El zen de Python Algunos de los principios que influyeron en el diseño de Python se incluyen como un huevo de Pascua y se pueden leer usando el comando en el modo interactivo de intérprete de Python: ``` @@ -172,4 +172,4 @@ Free Code Camp tiene algunos grandes recursos. La web es un lugar grande, hay mu * Informática utilizando Python: https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11?ref=hackernoon#! * Lista de más recursos para aprender python: https://github.com/vinta/awesome-python * Python interactivo: http://interactivepython.org/runestone/static/thinkcspy/index.html -* Guía para desarrolladores de Python: https://devguide.python.org/ \ No newline at end of file +* Guía para desarrolladores de Python: https://devguide.python.org/