changeset 493:30e314597285

doc fix'
author Catherine Devlin <catherine.devlin@gmail.com>
date Wed, 08 Sep 2010 11:28:24 -0400
parents 1fff6f7bac1e
children ff3470e79ac2
files sqlpython/sqlpyPlus.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)