diff -r 346af7687c6f -r 89a2afe31e82 doc/hgmanpage.py --- a/doc/hgmanpage.py Fri Nov 27 17:00:00 2020 -0500 +++ b/doc/hgmanpage.py Fri Nov 27 17:03:29 2020 -0500 @@ -822,7 +822,10 @@ # man 7 man argues to use ".IP" instead of ".TP" self.body.append( '.IP %s %d\n' - % (next(self._list_char[-1]), self._list_char[-1].get_width(),) + % ( + next(self._list_char[-1]), + self._list_char[-1].get_width(), + ) ) def depart_list_item(self, node):