File tree 1 file changed +6
-1
lines changed 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-23 21:04 +0200\n "
14
+ "PO-Revision-Date : 2020-05-23 21:11 +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 "
@@ -1140,12 +1140,17 @@ msgid ""
1140
1140
"Most of the standard escapes supported by Python string literals are also "
1141
1141
"accepted by the regular expression parser::"
1142
1142
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::"
1143
1145
1144
1146
#: ../Doc/library/re.rst:572
1145
1147
msgid ""
1146
1148
"(Note that ``\\ b`` is used to represent word boundaries, and means "
1147
1149
"\" backspace\" only inside character classes.)"
1148
1150
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.)"
1149
1154
1150
1155
#: ../Doc/library/re.rst:575
1151
1156
msgid ""
You can’t perform that action at this time.
0 commit comments