From da3fe3bf0f0bb9fe4b562c6f628612265d8ffa95 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Mon, 26 Feb 2024 10:29:35 -0500 Subject: [PATCH] docs: Fix copied comment to match reality --- code_annotations/contrib/sphinx/extensions/openedx_events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:"