mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor typo fixes
This commit is contained in:
parent
d457a97beb
commit
ca2e79000b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<intro stuff goes here>
|
||||
<other stuff, too>
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue