summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mainloop.rst2
-rw-r--r--docs/tools/templates/indexcontent.html2
2 files changed, 2 insertions, 2 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.
::
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index d82fe19..ad44940 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -42,7 +42,7 @@
<li>python-gi for GlibEventLoop (optional)</li>
<li>Twisted for TwistedEventLoop (optional)</li>
<li>Tornado for TornadoEventLoop (optional)</li>
-<li>Python 3.4, asyncio or trollius for AsyncioEventLoop (optional)</li>
+<li>asyncio or trollius for AsyncioEventLoop (optional)</li>
<li>Apache for web_display module (optional)</li>
<li>ncurses for curses_display module (optional)</li>
</ul>