From 7d02bae3a297872118cf951bb23989c6ea60096b Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 8 Jun 2009 16:04:50 -0400 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 36b45b2..719cb65 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -390,7 +390,7 @@ Content-Type: application/xml # continued from the previous example >>> response2, content2 = h.request('http://diveintopython3.org/examples/feed.xml', ... headers={'cache-control':'no-cache'}) -connect: (diveintopython3.org, 80) +connect: (diveintopython3.org, 80) send: b'GET /examples/feed.xml HTTP/1.1 Host: diveintopython3.org user-agent: Python-httplib2/$Rev: 259 $