changeset 45942 | 89a2afe31e82 |
parent 45776 | 0fc8b066928a |
child 46819 | d4ba4d51f85f |
--- a/mercurial/parser.py Fri Nov 27 17:00:00 2020 -0500 +++ b/mercurial/parser.py Fri Nov 27 17:03:29 2020 -0500 @@ -406,8 +406,7 @@ def parseerrordetail(inst): - """Compose error message from specified ParseError object - """ + """Compose error message from specified ParseError object""" if inst.location is not None: return _(b'at %d: %s') % (inst.location, inst.message) else: