doc: typo fix

This commit is contained in:
Marek Marczykowski-Górecki 2017-07-04 03:41:01 +02:00
parent 8318038a73
commit ca63c71030
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -149,8 +149,8 @@ Asynchronous event handling
Event handlers can be defined as coroutine. This way they can execute long Event handlers can be defined as coroutine. This way they can execute long
running actions without blocking the whole qubesd process. To define running actions without blocking the whole qubesd process. To define
asynchronous event handler, annotate a coroutine (a function defined with asynchronous event handler, annotate a coroutine (a function defined with
`async def`, or decorated with `py:func:`asyncio.coroutine`) with `async def`, or decorated with :py:func:`asyncio.coroutine`) with
py:func:`qubes.events.handler` decorator. By definition, order of :py:func:`qubes.events.handler` decorator. By definition, order of
such handlers is undefined. such handlers is undefined.
Asynchronous events can be fired using Asynchronous events can be fired using