8000 re.match+ · python/python-docs-es@25eebd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25eebd4

Browse files
committed
re.match+
1 parent e7457cd commit 25eebd4

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:55+0200\n"
14+
"PO-Revision-Date: 2020-05-24 07:57+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1470,12 +1470,17 @@ msgid ""
14701470
"Note that even in :const:`MULTILINE` mode, :func:`re.match` will only match "
14711471
"at the beginning of the string and not at the beginning of each line."
14721472
msgstr ""
1473+
"Notar que incluso en el modo :const:`MULTILINE`, :func:`re.match` sólo "
1474+
"coincidirá al principio de la cadena y no al principio de cada línea."
14731475

14741476
#: ../Doc/library/re.rst:766
14751477
msgid ""
14761478
"If you want to locate a match anywhere in *string*, use :func:`search` "
14771479
"instead (see also :ref:`search-vs-match`)."
14781480
msgstr ""
1481+
"Si se quiere localizar una coincidencia en cualquier lugar de *string* (la "
1482+
"cadena), se utiliza :func:`search` en su lugar (ver también :ref:`search-vs-"
1483+
"match`)."
14791484

14801485
#: ../Doc/library/re.rst:772
14811486
msgid ""

0 commit comments

Comments
 (0)
0