File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 14
14
15
15
--------------
16
16
17
- This module defines classes which implement the client side of the HTTP and
17
+ This module defines classes that implement the client side of the HTTP and
18
18
HTTPS protocols. It is normally not used directly --- the module
19
19
:mod: `urllib.request ` uses it to handle URLs that use HTTP and HTTPS.
20
20
@@ -35,7 +35,7 @@ The module provides the following classes:
35
35
blocksize=8192)
36
36
37
37
An :class: `HTTPConnection ` instance represents one transaction with an HTTP
38
- server. It should be instantiated passing it a host and optional port
38
+ server. It should be instantiated by passing it a host and optional port
39
39
number. If no port number is passed, the port is extracted from the host
40
40
string if it has the form ``host:port ``, else the default HTTP port (80) is
41
41
used. If the optional *timeout * parameter is given, blocking
You can’t perform that action at this time.
0 commit comments