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:55 +0200\n "
14
+ "PO-Revision-Date : 2020-05-24 07:57 +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 "
@@ -1470,12 +1470,17 @@ msgid ""
1470
1470
"Note that even in :const:`MULTILINE` mode, :func:`re.match` will only match "
1471
1471
"at the beginning of the string and not at the beginning of each line."
1472
1472
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."
1473
1475
1474
1476
#: ../Doc/library/re.rst:766
1475
1477
msgid ""
1476
1478
"If you want to locate a match anywhere in *string*, use :func:`search` "
1477
1479
"instead (see also :ref:`search-vs-match`)."
1478
1480
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`)."
1479
1484
1480
1485
#: ../Doc/library/re.rst:772
1481
1486
msgid ""
You can’t perform that action at this time.
0 commit comments