Skip to content

Commit 4ae1744

Browse files
[doc] Smaller description of the optional checker messages
Co-authored-by: Daniël van Noord <[email protected]>
1 parent 941f9e3 commit 4ae1744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/exts/pylint_messages.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ def _write_single_message_page(category_dir: Path, message: MessageData) -> None
230230
stream.write(
231231
f"""
232232
.. note::
233-
This message is emitted by an optional checker which requires the ``{message.checker_module_name}``
234-
plugin to be loaded. See: :ref:`{message.checker_module_name}`.
233+
This message is emitted by the optional :ref:`'{message.checker}'<{message.checker_module_name}>` checker which requires the ``{message.checker_module_name}``
234+
plugin to be loaded.
235235
236236
"""
237237
)

0 commit comments

Comments
 (0)