Skip to content

Commit

Permalink
docs: Fix copied comment to match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Feb 26, 2024
1 parent 06124ea commit da3fe3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code_annotations/contrib/sphinx/extensions/openedx_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit da3fe3b

Please sign in to comment.