summaryrefslogtreecommitdiff
path: root/docs/using_asyncio.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/using_asyncio.rst')
-rw-r--r--docs/using_asyncio.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/using_asyncio.rst b/docs/using_asyncio.rst
index c84148e8..55ed7679 100644
--- a/docs/using_asyncio.rst
+++ b/docs/using_asyncio.rst
@@ -53,7 +53,8 @@ Running the event loop
:meth:`.XMLStream.process` is only a thin wrapper on top of
``loop.run_forever()`` (if ``timeout`` is provided then it will
-only run for this amount of time).
+only run for this amount of time, and if ``forever`` is False it will
+run until disconnection).
Therefore you can handle the event loop in any way you like
instead of using ``process()``.