Skip to content

Commit

Permalink
Docs: fix docstring in _collocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Oct 25, 2024
1 parent b40d357 commit 988eccc
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
Expand Up @@ -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
Expand Down

0 comments on commit 988eccc

Please sign in to comment.