mercurial/hgweb/request.py
changeset 45942 89a2afe31e82
parent 45004 2632c1ed8f34
child 46819 d4ba4d51f85f
--- a/mercurial/hgweb/request.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/mercurial/hgweb/request.py	Fri Nov 27 17:03:29 2020 -0500
@@ -622,8 +622,8 @@
 
 
 def wsgiapplication(app_maker):
-    '''For compatibility with old CGI scripts. A plain hgweb() or hgwebdir()
-    can and should now be used as a WSGI application.'''
+    """For compatibility with old CGI scripts. A plain hgweb() or hgwebdir()
+    can and should now be used as a WSGI application."""
     application = app_maker()
 
     def run_wsgi(env, respond):