@@ -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-09-27 17:04 -0300\n "
14
+ "PO-Revision-Date : 2020-09-28 08:02 -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 "
@@ -162,13 +162,15 @@ msgstr ""
162
162
"La entrada es incorrecta; :func:`compile_command` generó una excepción (:"
163
163
"exc: SyntaxError` o :exc:`OverflowError`). Se imprime una traza de pila de "
164
164
"sintaxis llamando al método :meth:`showsyntaxerror`. :meth:`runsource` "
165
- "devuelve ``False``."
165
+ "retorna ``False``."
166
166
167
167
#: ../Doc/library/code.rst:86
168
168
msgid ""
169
169
"The input is incomplete, and more input is required; :func:`compile_command` "
170
170
"returned ``None``. :meth:`runsource` returns ``True``."
171
171
msgstr ""
172
+ "La entrada está incompleta y se requiere más información; :func:"
173
+ "`compile_command` retorna ``None``. :meth:`runsource` retorna ``True``."
172
174
173
175
#: ../Doc/library/code.rst:89
174
176
msgid ""
@@ -177,12 +179,18 @@ msgid ""
177
179
"exceptions, except for :exc:`SystemExit`). :meth:`runsource` returns "
178
180
"``False``."
179
181
msgstr ""
182
+ "La entrada está completa; :func:`compile_command` retornó un objeto de "
183
+ "código. El código se ejecuta llamando a :meth:`runcode` (que también maneja "
184
+ "excepciones en tiempo de ejecución, excepto :exc: SystemSalir`). :meth:"
185
+ "`runsource` retorna ``False``."
180
186
181
187
#: ../Doc/library/code.rst:93
182
188
msgid ""
183
189
"The return value can be used to decide whether to use ``sys.ps1`` or ``sys."
184
190
"ps2`` to prompt the next line."
185
191
msgstr ""
192
+ "El valor de retorno se puede usar para decidir si usar ``sys.ps1`` o ``sys."
193
+ "ps2`` para solicitar la siguiente línea."
186
194
187
195
#: ../Doc/library/code.rst:99
188
196
msgid ""
0 commit comments