diff --git a/guide/spanish/python/index.md b/guide/spanish/python/index.md index 7bcbaca767..b3ef5195ef 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/