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 $