From 4ccb6eac626fbb003c593a1d0b92d937fb569f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20L=C3=B3pez?= Date: Tue, 13 Aug 2019 22:04:25 +0200 Subject: [PATCH] Correct misspellings in spanish (#32715) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Concretely my changes are proposed for section "Aprendizaje Automático, Aprendizaje Profundo" there were some misspellings and sentences with no sense. --- guide/spanish/python/what-is-python-used-for/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/python/what-is-python-used-for/index.md b/guide/spanish/python/what-is-python-used-for/index.md index bdcbe25711..2b4eb9cd3c 100644 --- a/guide/spanish/python/what-is-python-used-for/index.md +++ b/guide/spanish/python/what-is-python-used-for/index.md @@ -34,7 +34,7 @@ Python se utiliza para crear herramientas de red y herramientas de seguridad que Python es uno de los mejores lenguajes adecuados para el aprendizaje automático, el aprendizaje profundo y el análisis de datos con una fortaleza en todos ellos. -Existen lenguajes especializados que se adaptan mejor a varios roles, como R y MATLAB, pero cuando se trata de campos superpuestos de aplicaciones, Python gana las manos debido a Su flexibilidad y rápida creación de prototipos y disponibilidad de bibliotecas. +Existen lenguajes especializados que se adaptan mejor a diferentes roles, como R y MATLAB, pero cuando se trata de campos multidisciplinares de aplicaciones, Python gana la apuesta debido a su flexibilidad, rápida creación de prototipos y disponibilidad de bibliotecas. #### Desarrollo de Telegram Bots @@ -79,4 +79,4 @@ Aquí hay un [enlace](https://www.python.org/about/apps/) a una sección del sit * [¿Dónde se usa el lenguaje Python?](https://stackoverflow.com/questions/3043085/where-is-python-language-used) * [¿Para qué se usa Python?](https://stackoverflow.com/questions/1909512/what-is-python-used-for) -El índice del paquete oficial para python está [aquí](https://pypi.python.org/pypi) . \ No newline at end of file +El índice del paquete oficial para python está [aquí](https://pypi.python.org/pypi) .