Skip to content

Commit 4911602

Browse files
[doc] Smaller description of the optional checker messages
1 parent e85540c commit 4911602

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/exts/pylint_messages.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ 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 :ref:`the optional '{message.checker}' checker
234+
<{message.checker_module_name}>` which requires the ``{message.checker_module_name}``
235+
plugin to be loaded.
235236
236237
"""
237238
)

0 commit comments

Comments
 (0)