Little fix in test comment
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 91d17b5..fb9c9a2 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -176,7 +176,7 @@
         if support.verbose:
             sys.stdout.write("\nVerified certificate for svn.python.org:443 is\n%s\n" % pem)
 
-    # Test disabled: OPENSSL_VERSION* not available in Python 2.6
+    # Test disabled: OPENSSL_VERSION* not available in Python 3.1
     def test_algorithms(self):
         if support.verbose:
             sys.stdout.write("test_algorithms disabled, "