]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in docs
authorBen Darnell <ben@bendarnell.com>
Sat, 12 Jan 2013 17:19:30 +0000 (12:19 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 12 Jan 2013 17:19:30 +0000 (12:19 -0500)
tornado/ioloop.py

index fad33b0aedfffa44cdef603a945c27ef913a1a89..5e42147e4dea66c7bf32656405fad1e9eb36aaf0 100644 (file)
@@ -66,7 +66,7 @@ class IOLoop(Configurable):
     2.6+) if they are available, or else we fall back on select(). If
     you are implementing a system that needs to handle thousands of
     simultaneous connections, you should use a system that supports either
-    epoll or queue.
+    epoll or kqueue.
 
     Example usage for a simple TCP server::