Fix misspelling
This commit is contained in:
parent
96fac6b737
commit
1dc42cb4f6
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ class AutoProcessor():
|
||||||
:return: the list of concrete instances
|
:return: the list of concrete instances
|
||||||
"""
|
"""
|
||||||
# Doing this manually to catch exceptions, e.g. when a given EventHandler subclass is
|
# Doing this manually to catch exceptions, e.g. when a given EventHandler subclass is
|
||||||
# abstract and thus should not be instanciated
|
# abstract and thus should not be instantiated
|
||||||
handlers = []
|
handlers = []
|
||||||
for handler_class in handler_classes:
|
for handler_class in handler_classes:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue