mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in docstring: quadruple double quotes (#127913)
This commit is contained in:
parent
c0264fc57c
commit
78e766f2e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue