Fix typo in docstring: quadruple double quotes (#127913)

This commit is contained in:
Totosuki 2024-12-14 16:38:54 +09:00 committed by GitHub
parent c0264fc57c
commit 78e766f2e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ def is_ubuntu():
if is_ubuntu():
def seclevel_workaround(*ctxs):
""""Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
"""Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
for ctx in ctxs:
if (
hasattr(ctx, "minimum_version") and