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 07:52 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 07:55 +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 "
@@ -1459,6 +1459,11 @@ msgid ""
1459
1459
"objects>`. Return ``None`` if the string does not match the pattern; note "
1460
1460
"that this is different from a zero-length match."
1461
1461
msgstr ""
1462
+ "Si cero o más caracteres al principio de *string* (la cadena) coinciden con "
1463
+ "el *pattern* (patrón) de la expresión regular, devuelve un :ref:`match "
1464
+ "object <match-objects>` correspondiente. Devuelve ``None`` si la cadena no "
1465
+ "coincide con el patrón; notar que esto es diferente de una coincidencia de "
1466
+ "longitud cero."
1462
1467
1463
1468
#: ../Doc/library/re.rst:763
1464
1469
msgid ""
You can’t perform that action at this time.
0 commit comments