From 709c15aa8ade075c72817ae8929dadd1ddf29b3c Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Mon, 25 Nov 2024 12:55:21 +0100 Subject: [PATCH] models.file:Masterfile.get_action - fix incomplete docstring --- acacore/models/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acacore/models/file.py b/acacore/models/file.py index 49e1ed0..6c2981d 100644 --- a/acacore/models/file.py +++ b/acacore/models/file.py @@ -505,7 +505,7 @@ def get_action( """ Returns the access ``Action`` matching the file's PUID. - :param target: + :param target: Which action to set, use "all" for both. :param actions: A dictionary containing the available access actions. :param file_classes: A list of file classes or ``None``. :param set_match: Set the matched action if ``True``, defaults to ``False``.