Skip to content

Commit b6fbb9a

Browse files
committed
Translating parser
1 parent f95b824 commit b6fbb9a

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-23 21:04+0200\n"
14+
"PO-Revision-Date: 2020-05-23 21:11+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1140,12 +1140,17 @@ msgid ""
11401140
"Most of the standard escapes supported by Python string literals are also "
11411141
"accepted by the regular expression parser::"
11421142
msgstr ""
1143+
"La mayoría de los escapes estándar soportados por los literales de la cadena "
1144+
"de Python también son aceptados por el analizador de expresiones regulares::"
11431145

11441146
#: ../Doc/library/re.rst:572
11451147
msgid ""
11461148
"(Note that ``\\b`` is used to represent word boundaries, and means "
11471149
"\"backspace\" only inside character classes.)"
11481150
msgstr ""
1151+
"(Notar que ``\\b`` se usa para representar los límites de las palabras, y "
1152+
"significa \"retroceso\" (*backspace*) sólo dentro de las clases de "
1153+
"caracteres.)"
11491154

11501155
#: ../Doc/library/re.rst:575
11511156
msgid ""

0 commit comments

Comments
 (0)