]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update pydoc to mention response.rethrow instead of reraise. 173/head
authorJosh Staiger <joshstaiger@gmail.com>
Sat, 20 Nov 2010 16:51:39 +0000 (11:51 -0500)
committerJosh Staiger <joshstaiger@gmail.com>
Sat, 20 Nov 2010 16:51:39 +0000 (11:51 -0500)
tornado/httpclient.py

index c8c13f61ec269b26a981321fdf0b98fa7b66f68d..25d07ae5c95f4cc685690793fe374370a803e5b4 100644 (file)
@@ -180,7 +180,7 @@ class AsyncHTTPClient(object):
 
         If an error occurs during the fetch, the HTTPResponse given to the
         callback has a non-None error attribute that contains the exception
-        encountered during the request. You can call response.reraise() to
+        encountered during the request. You can call response.rethrow() to
         throw the exception (if any) in the callback.
         """
         if not isinstance(request, HTTPRequest):