doc/hgmanpage.py
changeset 45942 89a2afe31e82
parent 43076 2372284d9457
child 47062 f38bf44e077f
--- 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):