Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7bf974

Browse files
committed
Indent _connection_class so that it becomes HTTPS._connection_class.
1 parent d68442b commit d7bf974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ class HTTPS(HTTP):
711711
https.
712712
"""
713713

714-
_connection_class = HTTPSConnection
714+
_connection_class = HTTPSConnection
715715

716716

717717
class HTTPException(Exception):

0 commit comments

Comments
 (0)