Skip to content

Commit 0e19fce

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0676cb4 commit 0e19fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cheroot/ssl/pyopenssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class SSLConnection:
179179
A compatibility wrapper around pyOpenSSL's SSL.Connection.
180180
181181
This class exists primarily to ensure the standard Python socket method
182-
` shutdown(how=None)` is available for interface compatibility..
182+
` shutdown(how=None)` is available for interface compatibility..
183183
"""
184184

185185
def __init__(self, *args):

0 commit comments

Comments
 (0)