8000 Translating notes on octals · python/python-docs-es@ee26649 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee26649

Browse files
committed
Translating notes on octals
1 parent f35e752 commit ee26649

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/re.po

Lines changed: 5 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:13+0200\n"
14+
"PO-Revision-Date: 2020-05-23 21:14+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1170,6 +1170,10 @@ msgid ""
11701170
"Otherwise, it is a group reference. As for string literals, octal escapes "
11711171
"are always at most three digits in length."
11721172
msgstr ""
1173+
"Los escapes octales se incluyen en una forma limitada. Si el primer dígito "
1174+
"es un 0, o si hay tres dígitos octales, se considera un escape octal. De lo "
1175+
"contrario, es una referencia de grupo. En cuanto a los literales de cadena, "
1176+
"los escapes octales siempre tienen como máximo tres dígitos de longitud."
11731177

11741178
#: ../Doc/library/re.rst:584
11751179
msgid "The ``'\\u'`` and ``'\\U'`` escape sequences have been added."

0 commit comments

Comments
 (0)
0