From 838839f7a300a774240d52f943aafd6ff44b2413 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Fri, 17 Oct 2014 14:04:34 -0400 Subject: adjust Asyncio dep docs --- docs/manual/mainloop.rst | 2 +- docs/tools/templates/indexcontent.html | 2 +- 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 @@
  • python-gi for GlibEventLoop (optional)
  • Twisted for TwistedEventLoop (optional)
  • Tornado for TornadoEventLoop (optional)
  • -
  • Python 3.4, asyncio or trollius for AsyncioEventLoop (optional)
  • +
  • asyncio or trollius for AsyncioEventLoop (optional)
  • Apache for web_display module (optional)
  • ncurses for curses_display module (optional)
  • -- cgit v1.2.1