Skip to content

Commit c2294be

Browse files
authored
Fix the whitespacing in the optional checker note (#9400)
1 parent fa2cffb commit c2294be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/exts/pylint_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def _generate_single_message_body(message: MessageData) -> str:
334334
body += f"""
335335
.. note::
336336
This message is emitted by the optional :ref:`'{message.checker}'<{message.checker_module_name}>`
337-
checker which requires the ``{message.checker_module_name}`` plugin to be loaded.
337+
checker, which requires the ``{message.checker_module_name}`` plugin to be loaded.
338338
339339
"""
340340
return body

0 commit comments

Comments
 (0)