Skip to content

Commit

Permalink
Fix typo in docstring: quadruple double quotes (python#127913)
Browse files Browse the repository at this point in the history
  • Loading branch information
totosuki authored Dec 14, 2024
1 parent c0264fc commit 78e766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78e766f

Please sign in to comment.