summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 19:23:13 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 19:23:13 -0400
commit216079ee59e994dd830dc209adb6407aacb99a6e (patch)
tree0555395ed96eb6f6a31e0ac6d96872a979d02d09
parent26fd7668a87fce8b4c39ddbefe59140689851cb2 (diff)
downloadcliff-tablib-216079ee59e994dd830dc209adb6407aacb99a6e.tar.gz
correct the doctoring
-rw-r--r--cliff/lister.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cliff/lister.py b/cliff/lister.py
index efccbf8..f84c415 100644
--- a/cliff/lister.py
+++ b/cliff/lister.py
@@ -54,7 +54,8 @@ class Lister(Command):
@abc.abstractmethod
def get_data(self, parsed_args):
- """Return an iterable containing the data to be listed.
+ """Return a tuple containing the column names and an iterable
+ containing the data to be listed.
"""
def run(self, parsed_args):