From 73e8b938c178194dea1c65753439097343e9e85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?= <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de> Date: Sun, 21 Apr 2024 17:05:32 +0200 Subject: [PATCH] Fix docstring format issue --- AKModel/templatetags/tags_AKModel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AKModel/templatetags/tags_AKModel.py b/AKModel/templatetags/tags_AKModel.py index 9ca14812..5208739c 100644 --- a/AKModel/templatetags/tags_AKModel.py +++ b/AKModel/templatetags/tags_AKModel.py @@ -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 """ -- GitLab