doc update

This commit is contained in:
Luke Campagnola 2012-04-22 13:07:28 -04:00
parent 394f4d788a
commit e962f4b7f4

View File

@ -10,7 +10,8 @@ except:
__all__ = ['TableWidget']
class TableWidget(QtGui.QTableWidget):
"""Extends QTableWidget with some useful functions for automatic data handling.
"""Extends QTableWidget with some useful functions for automatic data handling
and copy / export context menu.
Can automatically format and display:
numpy arrays
numpy record arrays