From: Cyril Mouchel Date: Fri, 18 Jul 2014 17:21:35 +0000 (+0200) Subject: Typing error X-Git-Tag: v4.0.1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848c5175d5befa36ea89b4160da3b6e55ea62863;p=thirdparty%2Ftornado.git Typing error --- diff --git a/docs/guide/structure.rst b/docs/guide/structure.rst index 646c6cb0b..c5ad60b60 100644 --- a/docs/guide/structure.rst +++ b/docs/guide/structure.rst @@ -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