File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,14 @@ msgstr ""
85
85
"argumentos."
86
86
87
87
#: ../Doc/library/sys.rst:40
88
- #, fuzzy
89
88
msgid ""
90
89
"Calling :func:`sys.addaudithook` will itself raise an auditing event named "
91
90
"``sys.addaudithook`` with no arguments. If any existing hooks raise an "
92
91
"exception derived from :class:`RuntimeError`, the new hook will not be added "
93
92
"and the exception suppressed. As a result, callers cannot assume that their "
94
93
"hook has been added unless they control all existing hooks."
95
94
msgstr ""
96
- "Lanza un evento de auditoría ``sys.addaudithook`` sin argumentos. Si algún "
95
+ "Lanza un evento de auditoría :func: ``sys.addaudithook`` sin argumentos. Si algún "
97
96
"gancho existente genera una excepción derivada de :class:`RuntimeError`, el "
98
97
"nuevo gancho no se agregará y la excepción se suprimirá. Como resultado, las "
99
98
"personas que llaman no pueden asumir que su enlace se ha agregado a menos "
You can’t perform that action at this time.
0 commit comments