summaryrefslogtreecommitdiff
path: root/docs/manual/mainloop.rst
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-10-17 14:04:34 -0400
committerIan Ward <ian@excess.org>2014-10-17 14:04:34 -0400
commit838839f7a300a774240d52f943aafd6ff44b2413 (patch)
tree51b1621252fdc916e16ffce0b4484423c42151b7 /docs/manual/mainloop.rst
parent2d2d03c08336be8ba058208ce1879e8bf9b69f03 (diff)
downloadurwid-838839f7a300a774240d52f943aafd6ff44b2413.tar.gz
adjust Asyncio dep docsrelease-1.3.0
Diffstat (limited to 'docs/manual/mainloop.rst')
-rw-r--r--docs/manual/mainloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mainloop.rst b/docs/manual/mainloop.rst
index b7ac6a1..ed19e2b 100644
--- a/docs/manual/mainloop.rst
+++ b/docs/manual/mainloop.rst
@@ -144,7 +144,7 @@ This event loop integrates with Tornado.
--------------------
This event loop integrates with the asyncio module in Python 3.4,
-the asyncio package available for Python 3.2+ or the trollius
+the asyncio package available for Python 3.3 or the trollius
package available for Python 2.
::