File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -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 : 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 "
15
15
"
Last-Translator :
Francisco Mora <[email protected] >\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -264,14 +264,15 @@ msgstr ""
264
264
"conveniencia, los tipos de excepción incorporados definen :meth:`__str__` "
265
265
"para imprimir todos los argumentos sin acceder explícitamente a ``.args``. ::"
266
266
267
+ # No estoy seguro si es la mejor traducción.
267
268
#: ../Doc/tutorial/errors.rst:177
269
+ #, fuzzy
268
270
msgid ""
269
271
"The exception's :meth:`__str__` output is printed as the last part "
270
272
"('detail') of the message for unhandled exceptions."
271
273
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."
275
276
276
277
#: ../Doc/tutorial/errors.rst:180
277
278
msgid ""
You can’t perform that action at this time.
0 commit comments