From dbdd50b6cd3aae8ce23b95016f692cdd08742867 Mon Sep 17 00:00:00 2001 From: Tom Donoghue Date: Sat, 31 Aug 2024 22:16:12 -0400 Subject: [PATCH] tweak docstring --- lisc/objects/words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisc/objects/words.py b/lisc/objects/words.py index 4126088..fe775d2 100644 --- a/lisc/objects/words.py +++ b/lisc/objects/words.py @@ -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))