Skip to content

Commit 2cb7824

Browse files
committed
avance
1 parent 0f1b49f commit 2cb7824

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

library/code.po

Lines changed: 10 additions & 2 deletions
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-09-27 17:04-0300\n"
14+
"PO-Revision-Date: 2020-09-28 08:02-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -162,13 +162,15 @@ msgstr ""
162162
"La entrada es incorrecta; :func:`compile_command` generó una excepción (:"
163163
"exc: SyntaxError` o :exc:`OverflowError`). Se imprime una traza de pila de "
164164
"sintaxis llamando al método :meth:`showsyntaxerror`. :meth:`runsource` "
165-
"devuelve ``False``."
165+
"retorna ``False``."
166166

167167
#: ../Doc/library/code.rst:86
168168
msgid ""
169169
"The input is incomplete, and more input is required; :func:`compile_command` "
170170
"returned ``None``. :meth:`runsource` returns ``True``."
171171
msgstr ""
172+
"La entrada está incompleta y se requiere más información; :func:"
173+
"`compile_command` retorna ``None``. :meth:`runsource` retorna ``True``."
172174

173175
#: ../Doc/library/code.rst:89
174176
msgid ""
@@ -177,12 +179,18 @@ msgid ""
177179
"exceptions, except for :exc:`SystemExit`). :meth:`runsource` returns "
178180
"``False``."
179181
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``."
180186

181187
#: ../Doc/library/code.rst:93
182188
msgid ""
183189
"The return value can be used to decide whether to use ``sys.ps1`` or ``sys."
184190
"ps2`` to prompt the next line."
185191
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."
186194

187195
#: ../Doc/library/code.rst:99
188196
msgid ""

0 commit comments

Comments
 (0)