File tree 1 file changed +7
-1
lines changed 1 file changed +7
-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 07:49 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 07:52 +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 "
@@ -1445,6 +1445,12 @@ msgid ""
1445
1445
"string matches the pattern; note that this is different from finding a zero-"
1446
1446
"length match at some point in the string."
1447
1447
msgstr ""
1448
+ "Examina a través de *string* (la cadena) buscando el primer lugar donde el "
1449
+ "*pattern* (patrón) de la expresión regular produce una coincidencia, y "
1450
+ "devuelve un :ref:`match object <match-objects>` correspondiente. Devuelve "
1451
+ "``None`` si ninguna posición en la cadena coincide con el patrón; notar que "
1452
+ "esto es diferente a encontrar una coincidencia de longitud cero en algún "
1453
+ "punto de la cadena."
1448
1454
1449
1455
#: ../Doc/library/re.rst:758
1450
1456
msgid ""
You can’t perform that action at this time.
0 commit comments