# HG changeset patch # User timeless@mozdev.org # Date 1441740740 14400 # Node ID 04af43009c8bf4464024b7c0a4ad5d9f63898c78 # Parent c5b2074ae8c008fbee13e45ad72d44c290555fd0 hgweb.server: fix _httprequesthandlerssl help text diff -r c5b2074ae8c0 -r 04af43009c8b 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'