Fix the misspelling of "except"
Change-Id: I3c511220d4527b92c4298103651bf33dc268ed5e
This commit is contained in:
parent
4dda2352e3
commit
753f02de82
@ -79,7 +79,7 @@ def format_exception(etype, e, exception_locals):
|
|||||||
|
|
||||||
:param etype: a string describing the exception type.
|
:param etype: a string describing the exception type.
|
||||||
:param e: the exception.
|
:param e: the exception.
|
||||||
:param execption_locals: calling context local variable dict.
|
:param exception_locals: calling context local variable dict.
|
||||||
:returns: a formatted string.
|
:returns: a formatted string.
|
||||||
"""
|
"""
|
||||||
msg = [_("Error. %(type)s exception: %(exc)s.") %
|
msg = [_("Error. %(type)s exception: %(exc)s.") %
|
||||||
|
Loading…
x
Reference in New Issue
Block a user