diff -r 5326800d6937 -r e433002acb05 doc/rst2man.py --- 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):