Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7457cd

Browse files
committed
re.match
1 parent d169cb2 commit e7457cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/re.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1459,6 +1459,11 @@ msgid ""
14591459
"objects>`. Return ``None`` if the string does not match the pattern; note "
14601460
"that this is different from a zero-length match."
14611461
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."
14621467

14631468
#: ../Doc/library/re.rst:763
14641469
msgid ""

0 commit comments

Comments
 (0)