Skip to content

Commit

Permalink
Fix typo in docstring: quadruple double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
totosuki committed Dec 13, 2024
1 parent e62e1ca commit 8d50161
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 8d50161

Please sign in to comment.