From ca63c7103039c948b9fecac7eac50f743a215c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 4 Jul 2017 03:41:01 +0200 Subject: [PATCH] doc: typo fix --- doc/qubes-events.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qubes-events.rst b/doc/qubes-events.rst index 186eb7bb..8857d549 100644 --- a/doc/qubes-events.rst +++ b/doc/qubes-events.rst @@ -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