]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in docstring: quadruple double quotes (#127913)
authorTotosuki <116938397+totosuki@users.noreply.github.com>
Sat, 14 Dec 2024 07:38:54 +0000 (16:38 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Dec 2024 07:38:54 +0000 (23:38 -0800)
Lib/test/test_ssl.py

index 59f37b3f9a75752a73a405197e23b5759daeaf6c..3f6f890bbdc658cffbaea61e0c4fd3bacea8fafa 100644 (file)
@@ -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