From 94781120aca31fec497e43e1e6d7ff1e158f47a9 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 18 May 2022 19:29:54 +0100 Subject: [PATCH] Correct mention of pdfminer in WordParser comment --- linkcheck/plugins/parseword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/plugins/parseword.py b/linkcheck/plugins/parseword.py index cdb44bbe..8e865cd3 100644 --- a/linkcheck/plugins/parseword.py +++ b/linkcheck/plugins/parseword.py @@ -115,7 +115,7 @@ class WordParser(_ParserPlugin): """Word parsing plugin.""" def __init__(self, config): - """Check for pdfminer.""" + """Check for Word.""" init_win32com() if not has_word(): log.warn(LOG_PLUGIN, "Microsoft Word not found for WordParser plugin")