From a416d0ddb1e34f9b188b907f3555d809c06ddea6 Mon Sep 17 00:00:00 2001 From: Ronan Felipe Date: Wed, 14 Aug 2019 11:46:22 -0300 Subject: [PATCH] Small change in the title translation. (#22720) Change in the title translation, taking out the article 'o', in portuguese the translation to english it was something like 'the python', but since it is a programming language I think it's not necessary the word 'the', so I took it off in portuguese. --- guide/portuguese/python/what-is-python-used-for/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/portuguese/python/what-is-python-used-for/index.md b/guide/portuguese/python/what-is-python-used-for/index.md index 29a67b4fa3..982b5e0a07 100644 --- a/guide/portuguese/python/what-is-python-used-for/index.md +++ b/guide/portuguese/python/what-is-python-used-for/index.md @@ -1,8 +1,8 @@ --- title: What Is Python Used for -localeTitle: O que é o Python usado para +localeTitle: Para o que Python é usado --- -## O que é o Python usado para +## Para o que Python é usado O Python pode ser facilmente usado para projetos pequenos, grandes, on-line e off-line. As melhores opções para utilizar Python são desenvolvimento web, scripts simples e análise de dados. Abaixo estão alguns exemplos do que o Python permitirá que você faça: @@ -66,7 +66,7 @@ Aqui está um [link](https://www.python.org/about/apps/) para uma seção do sit * Raspando dados de sites * Processamento de imagem -## Por que o Python tem uma gama tão ampla de uso? +## Por que Python tem uma gama tão ampla de uso? * Python tem muitos pacotes para trabalhar, alguns variando de pesquisa aeroespacial para matemática. \* Em segundo lugar, por escolher fazer parte da comunidade de código aberto. Sim! Python é de código aberto. * Por sua sintaxe simples e elegante. \* Existem muitas funções internas por causa de quais códigos Python são pequenos em comparação com outros códigos que são mesmos no contexto, mas escritos em linguagem diferente. @@ -79,4 +79,4 @@ Aqui está um [link](https://www.python.org/about/apps/) para uma seção do sit * [Onde a linguagem Python é usada?](https://stackoverflow.com/questions/3043085/where-is-python-language-used) * [O que é usado para o Python?](https://stackoverflow.com/questions/1909512/what-is-python-used-for) -O índice oficial de pacotes para python está [aqui](https://pypi.python.org/pypi) . \ No newline at end of file +O índice oficial de pacotes para python está [aqui](https://pypi.python.org/pypi) .