@@ -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-10-02 16:49 -0300\n "
14
+ "PO-Revision-Date : 2020-10-04 14:57 -0300\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 "
@@ -130,11 +130,11 @@ msgid ""
130
130
"error, or raises :exc:`OverflowError` or :exc:`ValueError` if the command "
131
131
"contains an invalid literal."
132
132
msgstr ""
133
- "Retorna un objeto de código (lo mismo que ``compile(source, filename, symbol) "
134
- "``) si el comando está completo y es válido; ``None`` si el comando está "
135
- "incompleto; lanza :exc:`SyntaxError` si el comando está completo y contiene "
136
- "un error de sintaxis, o lanza :exc:`OverflowError` o :exc:`ValueError` si el "
137
- "comando contiene un literal no válido."
133
+ "Retorna un objeto de código (lo mismo que ``compile(source, filename, "
134
+ "symbol) ``) si el comando está completo y es válido; ``None`` si el comando "
135
+ "está incompleto; lanza :exc:`SyntaxError` si el comando está completo y "
136
+ "contiene un error de sintaxis, o lanza :exc:`OverflowError` o :exc:"
137
+ "`ValueError` si el comando contiene un literal no válido."
138
138
139
139
#: ../Doc/library/code.rst:72
140
140
msgid "Interactive Interpreter Objects"
0 commit comments