From 9349bc966dfca302b834285d7abaf9fed266a3cf Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 17 Aug 2009 14:27:37 -0400 Subject: [PATCH] numbering typo --- http-web-services.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.