We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2cffb commit c2294beCopy full SHA for c2294be
doc/exts/pylint_messages.py
@@ -334,7 +334,7 @@ def _generate_single_message_body(message: MessageData) -> str:
334
body += f"""
335
.. note::
336
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.
+ checker, which requires the ``{message.checker_module_name}`` plugin to be loaded.
338
339
"""
340
return body
0 commit comments