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

Commit 3293221

Browse files
committed
Strip trailing whitespace.
1 parent 3951307 commit 3293221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class HTTP20Connection(object):
5959
If not provided then hyper's default ``SSLContext`` is used instead.
6060
:param proxy_host: (optional) The proxy to connect to. This can be an IP address
6161
or a host name and may include a port.
62-
:param proxy_port: (optional) The proxy port to connect to. If not provided
62+
:param proxy_port: (optional) The proxy port to connect to. If not provided
6363
and one also isn't provided in the ``proxy`` parameter, defaults to 8080.
6464
"""
6565
def __init__(self, host, port=None, secure=None, window_manager=None, enable_push=False,

0 commit comments

Comments
 (0)