# HG changeset patch # User Catherine Devlin # Date 1283959704 14400 # Node ID 30e3145972858e5c95cd630bc16ed98f38053dfd # Parent 1fff6f7bac1e840a0523df49dd84a73724faddd1 doc fix' diff -r 1fff6f7bac1e -r 30e314597285 sqlpython/sqlpyPlus.py --- a/sqlpython/sqlpyPlus.py Tue Sep 07 19:19:42 2010 -0400 +++ b/sqlpython/sqlpyPlus.py Wed Sep 08 11:28:24 2010 -0400 @@ -1304,8 +1304,7 @@ @options(standard_options) def do__dir_triggers(self, arg, opts): ''' - Called with an exact table name, lists the indexes of that table. - Otherwise, acts as shortcut for `ls index/*(arg)*` + Called with an exact table name, lists the triggers of that table. ''' self.do__dir_(arg, opts, 'triggers', self._str_trigger)