diff --git a/code_annotations/contrib/sphinx/extensions/openedx_events.py b/code_annotations/contrib/sphinx/extensions/openedx_events.py index 7fac84f..b8f839c 100644 --- a/code_annotations/contrib/sphinx/extensions/openedx_events.py +++ b/code_annotations/contrib/sphinx/extensions/openedx_events.py @@ -13,10 +13,10 @@ def find_events(source_path): """ - Find the feature toggles as defined in the configuration file. + Find the events as defined in the configuration file. Return: - toggles (dict): feature toggles indexed by name. + events (dict): found events indexed by event type. """ return find_annotations( source_path, OPENEDX_EVENTS_ANNOTATIONS_CONFIG_PATH, ".. event_type:"