From: Justin Mayhew Date: Sat, 4 Oct 2014 02:39:00 +0000 (-0300) Subject: Fix typo X-Git-Tag: v4.1.0b1~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1215%2Fhead;p=thirdparty%2Ftornado.git Fix typo --- diff --git a/docs/guide/structure.rst b/docs/guide/structure.rst index c5ad60b60..e83a3f30a 100644 --- a/docs/guide/structure.rst +++ b/docs/guide/structure.rst @@ -138,7 +138,7 @@ object is only present if the files were uploaded with a form wrapper (i.e. a ``multipart/form-data`` Content-Type); if this format was not used the raw uploaded data is available in ``self.request.body``. By default uploaded files are fully buffered in memory; if you need to -handle files that are too large to comfortable keep in memory see the +handle files that are too large to comfortably keep in memory see the `.stream_request_body` class decorator. Due to the quirks of the HTML form encoding (e.g. the ambiguity around