From 1f4de38bdf05c700a0be224e80bc2c8566a072fe Mon Sep 17 00:00:00 2001 From: Justin Mayhew Date: Fri, 3 Oct 2014 23:39:00 -0300 Subject: [PATCH] Fix typo --- 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 c5ad60b6..e83a3f30 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