diff --git a/http-web-services.html b/http-web-services.html index 4ba8b0a..618df07 100755 --- a/http-web-services.html +++ b/http-web-services.html @@ -678,7 +678,7 @@ reply: 'HTTP/1.1 200 OK' <class 'httplib2.Response'> >>> type(response.previous) <class 'httplib2.Response'> ->>> response.previous.previous +>>> response.previous.previous >>>
  1. The response.previous attribute holds a reference to the previous response object that httplib2 followed to get to the current response object.