Skip to content

Commit c83f102

Browse files
committed
re.finditer
1 parent d8def4e commit c83f102

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/re.po

Lines changed: 6 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-24 12:25+0200\n"
14+
"PO-Revision-Date: 2020-05-24 12:38+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1575,6 +1575,11 @@ msgid ""
15751575
"*string* is scanned left-to-right, and matches are returned in the order "
15761576
"found. Empty matches are included in the result."
15771577
msgstr ""
1578+
"Devuelve un :term:`iterator` que produce :ref:`match objects <match-"
1579+
"objects>` sobre todas las coincidencias no superpuestas para *pattern* "
1580+
"(patrón) de RE en la *string* (cadena). La *string* es examinada de "
1581+
"izquierda a derecha, y las coincidencias son devueltas en el orden en que se "
1582+
"encuentran. Las coincidencias vacías se incluyen en el resultado."
15781583

15791584
#: ../Doc/library/re.rst:849
15801585
msgid ""

0 commit comments

Comments
 (0)