From 848c5175d5befa36ea89b4160da3b6e55ea62863 Mon Sep 17 00:00:00 2001 From: Cyril Mouchel Date: Fri, 18 Jul 2014 19:21:35 +0200 Subject: [PATCH] Typing error --- docs/guide/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2