Correct mention of pdfminer in WordParser comment

This commit is contained in:
Chris Mayo 2022-05-18 19:29:54 +01:00
parent 30f1678202
commit 94781120ac

View file

@ -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")