diff --git a/sphinxlint/checkers.py b/sphinxlint/checkers.py index bd4caf8de..d64e7ef92 100644 --- a/sphinxlint/checkers.py +++ b/sphinxlint/checkers.py @@ -237,8 +237,8 @@ def check_backtick_before_role(file, lines, options=None): def check_missing_space_in_hyperlink(file, lines, options=None): """Search for hyperlinks missing a space. - Bad: `Link text_` - Good: `Link text _` + Bad: `Link text`_ + Good: `Link text `_ """ for lno, line in enumerate(lines, start=1): if "`" not in line: