From c2b201aab09a93d4c3843910db051bcc2573f279 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 2 Jun 2009 20:39:48 -0700 Subject: [PATCH] validation 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 ce17a3d..b4802ef 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -486,7 +486,7 @@ accept-encoding: deflate, gzip user-agent: Python-httplib2/$Rev: 259 $' reply: 'HTTP/1.1 200 OK' >>> print(dict(response.items())) -{'status': '200', +{'status': '200', 'content-length': '3070', 'content-location': 'http://diveintopython3.org/examples/feed.xml', 'accept-ranges': 'bytes',