File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-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:13 +0200\n "
14
+ "PO-Revision-Date : 2020-05-23 21:14 +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 "
@@ -1170,6 +1170,10 @@ msgid ""
1170
1170
"Otherwise, it is a group reference. As for string literals, octal escapes "
1171
1171
"are always at most three digits in length."
1172
1172
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."
1173
1177
1174
1178
#: ../Doc/library/re.rst:584
1175
1179
msgid "The ``'\\ u'`` and ``'\\ U'`` escape sequences have been added."
You can’t perform that action at this time.
0 commit comments