]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo 1215/head
authorJustin Mayhew <mayhew@live.ca>
Sat, 4 Oct 2014 02:39:00 +0000 (23:39 -0300)
committerJustin Mayhew <mayhew@live.ca>
Sat, 4 Oct 2014 02:39:00 +0000 (23:39 -0300)
docs/guide/structure.rst

index c5ad60b6083ec2678041b5c65a78be5e3586b5a1..e83a3f30aff23242c417efbe9ef43a93231def4e 100644 (file)
@@ -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