Skip to content

Commit

Permalink
Update Intro_Python.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ellesimas committed Dec 7, 2020
1 parent 4b63b9f commit a706633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Vitollino/Intro_Python.rst
Expand Up @@ -1252,7 +1252,7 @@ Não se assuste. **Não é um espaço para tópicos difíceis**, são apenas tó

Expressões regulares (chamadas REs, ou regexes ou padrões de regex) são essencialmente uma pequena linguagem de programação altamente especializada embutida em Python e feita disponível através do ``re`` módulo. Através das expressões regulares é possível encontrar facilmente sequências, padrões, dentro de uma string.

Fonte: `Python.org`_
Fonte: `Python org`_

Imagine um stencil com padrão *ABC*:

Expand Down Expand Up @@ -1651,7 +1651,7 @@ Referências
.. _Loop Python: https://www.w3schools.com/python/python_for_loops.asp
.. _Função: https://docs.python.org/pt-br/3.8/library/functions.html
.. _Classe: https://docs.python.org/3/tutorial/classes.html
.. _Python.org: https://docs.python.org/3/howto/regex.html
.. _Python org: https://docs.python.org/3/howto/regex.html

.. _Python.org: https://www.python.org/doc/
.. _Guido van Rossum: https://en.wikipedia.org/wiki/Guido_van_Rossum
Expand Down

0 comments on commit a706633

Please sign in to comment.