mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
python: Strip leading and trailing spaces from docstrings.
This is enforced by Black ≥ 21.4b0. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
ad0be6cea1
commit
d0c6f4f400
@@ -96,7 +96,7 @@ settings_markdown = """
|
||||
|
||||
class SettingHelpExtension(Extension):
|
||||
def extendMarkdown(self, md: Markdown) -> None:
|
||||
""" Add SettingHelpExtension to the Markdown instance. """
|
||||
"""Add SettingHelpExtension to the Markdown instance."""
|
||||
md.registerExtension(self)
|
||||
md.preprocessors.register(Setting(), "setting", 515)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user