mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 12:01:07 +00:00
Correct mention of pdfminer in WordParser comment
This commit is contained in:
parent
30f1678202
commit
94781120ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue