mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Indent _connection_class so that it becomes HTTPS._connection_class.
This commit is contained in:
parent
d68442b164
commit
d7bf974af4
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ if hasattr(socket, 'ssl'):
|
|||
https.
|
||||
"""
|
||||
|
||||
_connection_class = HTTPSConnection
|
||||
_connection_class = HTTPSConnection
|
||||
|
||||
|
||||
class HTTPException(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue