Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0f7384

Browse files
committed
Fix translate
1 parent 8af42ee commit b0f7384

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorial/errors.po

Lines changed: 5 additions & 4 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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2023-03-15 10:27-0300\n"
14+
"PO-Revision-Date: 2023-03-15 14:09-0300\n"
1515
"Last-Translator: Francisco Mora <[email protected]>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -264,14 +264,15 @@ msgstr ""
264264
"conveniencia, los tipos de excepción incorporados definen :meth:`__str__` "
265265
"para imprimir todos los argumentos sin acceder explícitamente a ``.args``. ::"
266266

267+
# No estoy seguro si es la mejor traducción.
267268
#: ../Doc/tutorial/errors.rst:177
269+
#, fuzzy
268270
msgid ""
269271
"The exception's :meth:`__str__` output is printed as the last part "
270272
"('detail') of the message for unhandled exceptions."
271273
msgstr ""
272-
"Si una excepción tiene argumentos, estos se imprimen como en la parte final "
273-
"(el 'detalle') del mensaje para las excepciones no gestionadas ('*Unhandled "
274-
"exception*')."
274+
"La salida :meth:`__str__` de la excepción se imprime como la última parte "
275+
"('detalle') del mensaje para las excepciones no manejadas."
275276

276277
#: ../Doc/tutorial/errors.rst:180
277278
msgid ""

0 commit comments

Comments
 (0)