Mercurial > hg
changeset 26202:04af43009c8b
hgweb.server: fix _httprequesthandlerssl help text
author | timeless@mozdev.org |
---|---|
date | Tue, 08 Sep 2015 15:32:20 -0400 |
parents | c5b2074ae8c0 |
children | b764f3c61bc7 |
files | mercurial/hgweb/server.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'