mirror of https://github.com/python/cpython.git
Indent _connection_class so that it becomes HTTPS._connection_class.
This commit is contained in:
parent
d68442b164
commit
d7bf974af4
|
@ -711,7 +711,7 @@ class HTTPS(HTTP):
|
|||
https.
|
||||
"""
|
||||
|
||||
_connection_class = HTTPSConnection
|
||||
_connection_class = HTTPSConnection
|
||||
|
||||
|
||||
class HTTPException(Exception):
|
||||
|
|
Loading…
Reference in New Issue