File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1575,6 +1575,11 @@ msgid ""
1575
1575
"*string* is scanned left-to-right, and matches are returned in the order "
1576
1576
"found. Empty matches are included in the result."
1577
1577
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."
1578
1583
1579
1584
#: ../Doc/library/re.rst:849
1580
1585
msgid ""
You can’t perform that action at this time.
0 commit comments