From: Totosuki <116938397+totosuki@users.noreply.github.com> Date: Sat, 14 Dec 2024 07:38:54 +0000 (+0900) Subject: Fix typo in docstring: quadruple double quotes (#127913) X-Git-Tag: v3.14.0a3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e766f2e217572eacefba9ec31396b016aa88c2;p=thirdparty%2FPython%2Fcpython.git Fix typo in docstring: quadruple double quotes (#127913) --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 59f37b3f9a75..3f6f890bbdc6 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -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