hgweb.server: fix _httprequesthandlerssl help text
authortimeless@mozdev.org
Tue, 08 Sep 2015 15:32:20 -0400
changeset 26202 04af43009c8b
parent 26201 c5b2074ae8c0
child 26203 b764f3c61bc7
hgweb.server: fix _httprequesthandlerssl help text
mercurial/hgweb/server.py
--- 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'