Small documentation update for wikigrabber.

This commit is contained in:
Mark de Wever 2010-12-11 15:26:50 +00:00
parent a6feb1e5c5
commit 715a14e26a

View file

@ -55,7 +55,7 @@ if __name__ == "__main__":
def is_empty_table(res, data):
"""
This checks that a table is not empty and writes to stderr if it is.
This checks whether or not a table is empty and writes to stderr if it is.
It returns True if the table is empty, False otherwise.
"""
if not res: