https://github.com/python/cpython/commit/78e766f2e217572eacefba9ec31396b016aa88c2
commit: 78e766f2e217572eacefba9ec31396b016aa88c2
branch: main
author: Totosuki <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-12-13T23:38:54-08:00
summary:

Fix typo in docstring: quadruple double quotes (#127913)

files:
M Lib/test/test_ssl.py

diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 59f37b3f9a7575..3f6f890bbdc658 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to