diff doc/rst2man.py @ 10413:e433002acb05

fix up a bunch of check-code warnings
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:22 -0600
parents 08a0f04b56bd
children 13a1b2fb7ef2
line wrap: on
line diff
--- a/doc/rst2man.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/doc/rst2man.py	Tue Feb 09 14:12:22 2010 -0600
@@ -112,7 +112,7 @@
 class Table:
     def __init__(self):
         self._rows = []
-        self._options = ['center',]
+        self._options = ['center']
         self._tab_char = '\t'
         self._coldefs = []
     def new_row(self):