summaryrefslogtreecommitdiff
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
parent2d2d03c08336be8ba058208ce1879e8bf9b69f03 (diff)
downloadurwid-838839f7a300a774240d52f943aafd6ff44b2413.tar.gz
adjust Asyncio dep docsrelease-1.3.0
-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>