From a3f71596ea00fc23a198a38f9992cdd34bf96fe8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 30 Jul 2006 00:27:34 +0000 Subject: Minor typo fixes --- Lib/httplib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/httplib.py') diff --git a/Lib/httplib.py b/Lib/httplib.py index 95456ea668..5ae5efc916 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -3,7 +3,7 @@ -HTTPConnection go through a number of "states", which defines when a client +HTTPConnection goes through a number of "states", which define when a client may legally make another request or fetch the response for a particular request. This diagram details these state transitions: @@ -934,7 +934,7 @@ class HTTPConnection: return response -# The next several classes are used to define FakeSocket,a socket-like +# The next several classes are used to define FakeSocket, a socket-like # interface to an SSL connection. # The primary complexity comes from faking a makefile() method. The -- cgit v1.2.1