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 17:17 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 17:22 +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 "
@@ -1869,6 +1869,10 @@ msgid ""
1869
1869
"string does not match the pattern; note that this is different from a zero-"
1870
1870
"length match."
1871
1871
msgstr ""
1872
+ "Si toda la *string* (\" cadena\" ) coincide con esta expresión regular, "
1873
+ "devuelve un :ref:`match object <match-objects>` correspondiente. Devuelve "
1874
+ "``None`` si la cadena no coincide con el patrón; notar que esto es diferente "
1875
+ "de una coincidencia de longitud cero."
1872
1876
1873
1877
#: ../Doc/library/re.rst:1073
1874
1878
msgid "Identical to the :func:`split` function, using the compiled pattern."
You can’t perform that action at this time.
0 commit comments