correct the doctoring

This commit is contained in:
Doug Hellmann 2012-04-27 19:23:13 -04:00
parent 26fd7668a8
commit 216079ee59
1 changed files with 2 additions and 1 deletions

View File

@ -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):