Skip to content
Snippets Groups Projects
Commit 7ebff56a authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix docstring format issue

parent 62126632
No related branches found
No related tags found
No related merge requests found
Pipeline #228636 failed
......@@ -55,8 +55,7 @@ def wiki_owners_export(owners, event):
but external links when owner specified a non-wikilink. This is applied to the full list of owners
:param owners: list of owners
:param event: event this owner belongs to and that is currently exported
(specifying this directly prevents unnecesary database lookups)
:param event: event this owner belongs to and that is currently exported (specifying this directly prevents unnecessary database lookups) #pylint: disable=line-too-long
:return: linkified owners list in wiki syntax
:rtype: str
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment