Skip to content

Commit

Permalink
doc: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 4, 2017
1 parent 8318038 commit ca63c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/qubes-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Asynchronous event handling
Event handlers can be defined as coroutine. This way they can execute long
running actions without blocking the whole qubesd process. To define
asynchronous event handler, annotate a coroutine (a function defined with
`async def`, or decorated with `py:func:`asyncio.coroutine`) with
py:func:`qubes.events.handler` decorator. By definition, order of
`async def`, or decorated with :py:func:`asyncio.coroutine`) with
:py:func:`qubes.events.handler` decorator. By definition, order of
such handlers is undefined.

Asynchronous events can be fired using
Expand Down

0 comments on commit ca63c71

Please sign in to comment.