]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix a typo in docstring
authorBen Darnell <ben@bendarnell.com>
Wed, 4 Aug 2010 21:00:34 +0000 (14:00 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 4 Aug 2010 21:00:34 +0000 (14:00 -0700)
tornado/web.py

index d8309e25d0e5e9a30d2765f9cd048a3b11653c95..fd2158e23f87c5c00757a4302cdce7eae2064f90 100644 (file)
@@ -489,7 +489,7 @@ class RequestHandler(object):
         return t.generate(**args)
 
     def flush(self, include_footers=False):
-        """Flushes the current output buffer to the nextwork."""
+        """Flushes the current output buffer to the network."""
         if self.application._wsgi:
             raise Exception("WSGI applications do not support flush()")