Skip to content

Commit

Permalink
tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Sep 1, 2024
1 parent deb8007 commit dbdd50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisc/objects/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def check_data(self):


def check_articles(self):
"""Check the list of articles collected for each term."""
"""Prints out the articles collected for each term."""

for results in self.results:
print('\nLabel: {}\n'.format(results.label))
Expand Down

0 comments on commit dbdd50b

Please sign in to comment.