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

Fix docstring format issue

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