Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: fix docstring in _collocation
Browse files Browse the repository at this point in the history
rdimaio committed Oct 25, 2024
1 parent da74512 commit 3f74a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/transfertool/fts3_plugins.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f74a87

Please sign in to comment.