]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Typing error 1120/head
authorCyril Mouchel <mouchel.cyril@gmail.com>
Fri, 18 Jul 2014 17:21:35 +0000 (19:21 +0200)
committerCyril Mouchel <mouchel.cyril@gmail.com>
Fri, 18 Jul 2014 17:21:35 +0000 (19:21 +0200)
docs/guide/structure.rst

index 646c6cb0b25ae0bb150a3ec987da561e9004ca04..c5ad60b6083ec2678041b5c65a78be5e3586b5a1 100644 (file)
@@ -293,7 +293,7 @@ The simplest way to make a handler asynchronous is to use the
 with the ``yield`` keyword, and no response will be sent until the
 coroutine has returned.  See :doc:`coroutines` for more details.
 
-In some cases, coroutines may be less convenient thatn a
+In some cases, coroutines may be less convenient than a
 callback-oriented style, in which case the `.tornado.web.asynchronous`
 decorator can be used instead.  When this decorator is used the response
 is not automatically sent; instead the request will be kept open until