mercurial/hgweb/server.py
changeset 26202 04af43009c8b
parent 25660 328739ea70c3
child 26587 56b2bcea2529
--- a/mercurial/hgweb/server.py	Tue Sep 08 15:32:20 2015 -0400
+++ b/mercurial/hgweb/server.py	Tue Sep 08 15:32:20 2015 -0400
@@ -239,7 +239,7 @@
             pass
 
 class _httprequesthandlerssl(_httprequesthandler):
-    """HTTPS handler based on Pythons ssl module (introduced in 2.6)"""
+    """HTTPS handler based on Python's ssl module"""
 
     url_scheme = 'https'