Skip to content

Commit 4efffb1

Browse files
committed
ajustes Travis
1 parent 6f2be6b commit 4efffb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/code.po

Lines changed: 3 additions & 3 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 16:27-0300\n"
14+
"PO-Revision-Date: 2020-10-02 16:49-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -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: SystemExit`). :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

0 commit comments

Comments
 (0)