Skip to content

Commit 44a9b88

Browse files
committed
Translating unkown escapes with \ and ASCII
1 parent 9ef5cb7 commit 44a9b88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/re.po

Lines changed: 3 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:15+0200\n"
14+
"PO-Revision-Date: 2020-05-23 21:16+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1183,6 +1183,8 @@ msgstr "Se han añadido las secuencias de escape ``'\\u'`` y ``'\\U'``."
11831183
msgid ""
11841184
"Unknown escapes consisting of ``'\\'`` and an ASCII letter now are errors."
11851185
msgstr ""
1186+
"Los escapes desconocidos que consisten en ``'\\'`` y una letra ASCII ahora "
1187+
"son errores."
11861188

11871189
#: ../Doc/library/re.rst:590
11881190
msgid ""

0 commit comments

Comments
 (0)