diff --git a/http-web-services.html b/http-web-services.html index e3087ba..478df67 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -30,7 +30,7 @@ mark{display:inline}
Python 3 comes with two different libraries for interacting with HTTP web services: @@ -224,7 +224,7 @@ reply: 'HTTP/1.1 200 OK'
# continued from previous example >>> print(response.headers.as_string()) ① -Date: Sun, 31 May 2009 19:23:06 GMT ② +Date: Sun, 31 May 2009 19:23:06 GMT ② Server: Apache Last-Modified: Sun, 31 May 2009 06:39:55 GMT ③ ETag: "bfe-93d9c4c0" ④ diff --git a/table-of-contents.html b/table-of-contents.html index 4a8b51a..a176ac0 100644 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -16,7 +16,7 @@ ul li ol{margin:0;padding:0 0 0 2.5em}You are here: Home ‣ Dive Into Python 3 ‣ -
Table of contents
+Table of Contents
- What’s New In “Dive Into Python 3”
- Installing Python