Skip to content

Commit 6f2be6b

Browse files
committed
ajustes Travis
1 parent ebc48bc commit 6f2be6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/code.po

Lines changed: 6 additions & 6 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-10-02 08:06-0300\n"
14+
"PO-Revision-Date: 2020-10-02 16:27-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -159,8 +159,8 @@ msgid ""
159159
"by calling the :meth:`showsyntaxerror` method. :meth:`runsource` returns "
160160
"``False``."
161161
msgstr ""
162-
"La entrada es incorrecta; :func:`compile_command` generó una excepción (:"
163-
"exc: SyntaxError` o :exc:`OverflowError`). Se imprime una traza de pila de "
162+
"La entrada es incorrecta; :func:`compile_command` generó una excepción (:exc:"
163+
"`SyntaxError` o :exc:`OverflowError`). Se imprime una traza de pila de "
164164
"sintaxis llamando al método :meth:`showsyntaxerror`. :meth:`runsource` "
165165
"retorna ``False``."
166166

@@ -181,7 +181,7 @@ msgid ""
181181
msgstr ""
182182
"La entrada está completa; :func:`compile_command` retornó un objeto de "
183183
"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:"
184+
"excepciones en tiempo de ejecución, excepto :exc: SystemExit`). :meth:"
185185
"`runsource` retorna ``False``."
186186

187187
#: ../Doc/library/code.rst:93
@@ -208,7 +208,7 @@ msgid ""
208208
"this code, and may not always be caught. The caller should be prepared to "
209209
"deal with it."
210210
msgstr ""
211-
"Una nota sobre :​exc:`KeyboardInterrupt`: esta excepción puede ocurrir en "
211+
"Una nota sobre :​exc:`KeyboardInterrupt`: esta excepción puede ocurrir en "
212212
"otra parte de este código y no siempre se detecta. El llamamiento debe estar "
213213
"preparada para manejar esto."
214214

@@ -341,5 +341,5 @@ msgid ""
341341
msgstr ""
342342
"Escribe un mensaje y lee una línea. La línea devuelta no incluye el salto de "
343343
"línea final. Cuando el usuario ingresa la secuencia de teclas EOF, se "
344-
"genera :exc:ʻOFError`. La implementación base lee de ``sys.stdin``; una "
344+
"genera :exc:`OFError`. La implementación base lee de ``sys.stdin``; una "
345345
"subclase puede reemplazar esto con una implementación diferente."

0 commit comments

Comments
 (0)