Skip to content

Commit 88de942

Browse files
Update doc/exts/pylint_messages.py
Co-authored-by: Daniël van Noord <[email protected]>
1 parent 1b8510c commit 88de942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/exts/pylint_messages.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ def _write_single_message_page(category_dir: Path, message: MessageData) -> None
230230
stream.write(
231231
f"""
232232
.. note::
233-
This message is emitted by :ref:`the optional '{message.checker}' checker
234-
<{message.checker_module_name}>` which requires the ``{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}``
235234
plugin to be loaded.
236235
237236
"""

0 commit comments

Comments
 (0)