* fix: a typo in the function name Exceptionable.clear_errors()
This commit is contained in:
parent
706a34df54
commit
ea21ee0b7f
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class Exceptionable(object):
|
|||
for e in exceptional.get_all_errors():
|
||||
self._report_error(e)
|
||||
|
||||
def clear_erros(self):
|
||||
def clear_errors(self):
|
||||
"""Clear the error log for this object."""
|
||||
self.__errors = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue