Skip to content

Commit 4fbb44f

Browse files
committed
Finding all adverbs and their position
1 parent 13525a6 commit 4fbb44f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/re.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-23 23:42+0200\n"
14+
"PO-Revision-Date: 2020-05-23 23:44+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2225,6 +2225,12 @@ msgid ""
22252225
"if a writer wanted to find all of the adverbs *and their positions* in some "
22262226
"text, they would use :func:`finditer` in the following manner::"
22272227
msgstr ""
2228+
"Si uno quiere más información sobre todas las coincidencias de un patrón en "
2229+
"lugar del texto coincidente, :func:`finditer` es útil ya que proporciona :"
2230+
"ref:`match objects <match-objects>` (objetos coincidentes) en lugar de "
2231+
"cadenas. Continuando con el ejemplo anterior, si un escritor quisiera "
2232+
"encontrar todos los adverbios *y sus posiciones* en algún texto, usaría :"
2233+
"func:`finditer` de la siguiente manera::"
22282234

22292235
#: ../Doc/library/re.rst:1586
22302236
msgid "Raw String Notation"

0 commit comments

Comments
 (0)