doc/rst2man.py
changeset 10413 e433002acb05
parent 10282 08a0f04b56bd
child 10905 13a1b2fb7ef2
--- 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):