From 988ecccaf24b4bedcc5cad768e08376eecb0f573 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Tue, 22 Oct 2024 13:19:51 +0200 Subject: [PATCH] Docs: fix docstring in _collocation --- lib/rucio/transfertool/fts3_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rucio/transfertool/fts3_plugins.py b/lib/rucio/transfertool/fts3_plugins.py index 1180187767..cfc3b74b3f 100644 --- a/lib/rucio/transfertool/fts3_plugins.py +++ b/lib/rucio/transfertool/fts3_plugins.py @@ -104,7 +104,7 @@ def _activity_hints(self, activity_kwargs: dict[str, str], default_prority: str @staticmethod def _collocation(collocation_func: 'Callable', hints: dict[str, Any]) -> dict[str, dict]: """ - Wraps a 'collacation' style plugin for formatting + Wraps a 'collocation' style plugin for formatting :param collocation_func: Function that defines the collocation rules :param hints: kwargs utilized by the collocation rules