File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-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:57 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 07:59 +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 "
@@ -1489,6 +1489,10 @@ msgid ""
1489
1489
"string does not match the pattern; note that this is different from a zero-"
1490
1490
"length match."
1491
1491
msgstr ""
1492
+ "Si toda la *string* (cadena) coincide con el *pattern* (patrón) de la "
1493
+ "expresión regular, devuelve un correspondiente :ref:`match object <match-"
1494
+ "objects>`. Devuelve ``None`` si la cadena no coincide con el patrón; notar "
1495
+ "que esto es diferente de una coincidencia de longitud cero."
1492
1496
1493
1497
#: ../Doc/library/re.rst:782
1494
1498
msgid ""
You can’t perform that action at this time.
0 commit comments