Small documentation update for wikigrabber.
This commit is contained in:
parent
a6feb1e5c5
commit
715a14e26a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue