diff mercurial/hgweb/server.py @ 26202:04af43009c8b

hgweb.server: fix _httprequesthandlerssl help text
author timeless@mozdev.org
date Tue, 08 Sep 2015 15:32:20 -0400
parents 328739ea70c3
children 56b2bcea2529
line wrap: on
line diff
--- 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'