Skip to content

Commit 1d29183

Browse files
docstring fix
1 parent fd93dbb commit 1d29183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cabinetry/route.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def apply_to_templates(
323323
*,
324324
match_func: Optional[MatchFunc] = None,
325325
) -> None:
326-
"""Applies the supplied function ``default_func`` to all templates.
326+
"""Applies the supplied function ``default_func`` to all specified templates.
327327
328328
The templates are specified by the configuration file. The function takes four
329329
arguments in this order:

0 commit comments

Comments
 (0)