Fix sphinx warnings

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-06-21 16:35:19 -04:00
parent 992d0f5f4d
commit 485ff6e31c
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ class AutoProcessor():
Get applicable EventHandler instances for a list of events.
:param events: the list of events
:return the concrete EventHandler instances which are applicable
:return: the concrete EventHandler instances which are applicable
"""
event_names = Processor.get_event_names(events)
# Force import of all processor submodules (i.e. files) so that we can find all