mercurial/help.py
changeset 45957 89a2afe31e82
parent 45679 65e2b64670b5
child 46261 c9b2a4d69e66
--- a/mercurial/help.py	Fri Nov 27 17:00:00 2020 -0500
+++ b/mercurial/help.py	Fri Nov 27 17:03:29 2020 -0500
@@ -698,10 +698,10 @@
     fullname=None,
     **opts
 ):
-    '''
+    """
     Generate the help for 'name' as unformatted restructured text. If
     'name' is None, describe the commands available.
-    '''
+    """
 
     opts = pycompat.byteskwargs(opts)