Skip to content

Commit

Permalink
Fix the whitespacing in the optional checker note (#9400)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored Jan 30, 2024
1 parent fa2cffb commit c2294be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/exts/pylint_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _generate_single_message_body(message: MessageData) -> str:
body += f"""
.. note::
This message is emitted by the optional :ref:`'{message.checker}'<{message.checker_module_name}>`
checker which requires the ``{message.checker_module_name}`` plugin to be loaded.
checker, which requires the ``{message.checker_module_name}`` plugin to be loaded.
"""
return body
Expand Down

0 comments on commit c2294be

Please # to comment.