Skip to content

Commit

Permalink
Update ops/framework.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Meyer <[email protected]>
  • Loading branch information
benhoyt and tonyandrewmeyer authored Nov 22, 2023
1 parent b6bd5be commit 620cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def emit(self, *args: Any, **kwargs: Any):
other words, custom events are not queued, but rather nested. For
example::
1. Main hook (emits custom_event_1)
1. Main hook handler (emits custom_event_1)
2. Custom event 1 handler (emits custom_event_2)
3. Custom event 2 handler
4. Resume custom event 1 handler
Expand Down

0 comments on commit 620cf7e

Please sign in to comment.