diff -r 346af7687c6f -r 89a2afe31e82 mercurial/help.py --- 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)