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

Commit ba37879

Browse files
committed
Strip trailing whitespace.
1 parent e88f567 commit ba37879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper/ssl_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def inner(self, *args, **kwargs):
4848
return getattr(self._conn, method)(*args, **kwargs)
4949
return inner
5050

51-
# Referenced in hyper/http20/connection.py. These values come
52-
# from the python ssl package, and must be defined in this file
51+
# Referenced in hyper/http20/connection.py. These values come
52+
# from the python ssl package, and must be defined in this file
5353
# for hyper to work in python versions <2.7.9
5454
SSL_ERROR_WANT_READ = 2
5555
SSL_ERROR_WANT_WRITE = 3

0 commit comments

Comments
 (0)