Skip to content

Commit 78e766f

Browse files
authored
Fix typo in docstring: quadruple double quotes (#127913)
1 parent c0264fc commit 78e766f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def is_ubuntu():
151151

152152
if is_ubuntu():
153153
def seclevel_workaround(*ctxs):
154-
""""Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
154+
"""Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
155155
for ctx in ctxs:
156156
if (
157157
hasattr(ctx, "minimum_version") and

0 commit comments

Comments
 (0)