Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Dickinson <[email protected]>
  • Loading branch information
corranwebster and mdickinson authored Mar 18, 2024
1 parent 2586860 commit d1879e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/traits_user_manual/notification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ it is invoked. The following example shows the first option:
Async Notification Handlers
```````````````````````````

Since Traits 8.0 you can use an async coroutine as an observe handler, either
Since Traits 7.0 you can use an async coroutine as an observe handler, either
with an |@observe| decorator::

class AsyncExample(HasTraits):
Expand Down

0 comments on commit d1879e9

Please sign in to comment.