Skip to content

Commit

Permalink
Fix minor typo for events (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
PokkaKiyo authored Nov 20, 2023
1 parent d559e9d commit 0720380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ which is the event object. Then, you need to decide which events you're interest
scheduler.subscribe(listener, {JobAcquired, JobReleased})

This example subscribes to the :class:`~JobAcquired` and
:class:`~JobAcquired` event types. The callback will receive an event of
:class:`~JobReleased` event types. The callback will receive an event of
either type, and prints the name of the class of the received event.

Asynchronous schedulers and workers support both synchronous and asynchronous callbacks,
Expand Down

0 comments on commit 0720380

Please sign in to comment.