Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit a4d629b

Browse files
committed
Fixup lint errors in tls.py.
1 parent 0902591 commit a4d629b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hyper/tls.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ def wrap_socket(sock, server_hostname, ssl_context=None, force_proto=None):
6767

6868
def init_context(cert_path=None, cert=None, cert_password=None):
6969
"""
70-
Create a new ``SSLContext`` that is correctly set up for an HTTP/2 connection.
71-
This SSL context object can be customized and passed as a parameter to the
72-
:class:`HTTPConnection <hyper.HTTPConnection>` class. Provide your
73-
own certificate file in case you don’t want to use hyper’s default
74-
certificate. The path to the certificate can be absolute or relative
75-
to your working directory.
70+
Create a new ``SSLContext`` that is correctly set up for an HTTP/2
71+
connection. This SSL context object can be customized and passed as a
72+
parameter to the :class:`HTTPConnection <hyper.HTTPConnection>` class.
73+
Provide your own certificate file in case you don’t want to use hyper’s
74+
default certificate. The path to the certificate can be absolute or
75+
relative to your working directory.
7676
7777
:param cert_path: (optional) The path to the certificate file of
7878
“certification authority” (CA) certificates

0 commit comments

Comments
 (0)