Skip to content

Commit 39ecfc1

Browse files
committed
Translating \N{name} escape sequence
1 parent 44a9b88 commit 39ecfc1

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:16+0200\n"
14+
"PO-Revision-Date: 2020-05-23 21:18+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1191,6 +1191,8 @@ msgid ""
11911191
"The ``'\\N{name}'`` escape sequence has been added. As in string literals, "
11921192
"it expands to the named Unicode character (e.g. ``'\\N{EM DASH}'``)."
11931193
msgstr ""
1194+
"Se añadió la secuencia de escape ``'\\N{name}'``. Como en los literales de "
1195+
"cadena, se expande al carácter Unicode nombrado (por ej. ``'\\N{EM DASH}'``)."
11941196

11951197
#: ../Doc/library/re.rst:598
11961198
msgid "Module Contents"

0 commit comments

Comments
 (0)