Skip to content

Commit 066237e

Browse files
committed
Minor docfix.
1 parent 4f3a93f commit 066237e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pygobbler/reroute_links.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def reroute_links(to_delete: List, staging: str, url: str, dry_run: bool = False
3030
Whether to perform a dry run of the rerouting.
3131
3232
Returns:
33-
List where each entry corresponds to a rerouting action and is a dictionary that contains:
33+
List of dictionaries.
34+
Each dictionary represents a rerouting action and contains the following fields.
3435
3536
- ``path``, string containing the path to a symbolic link in the registry that was changed by rerouting.
3637
- ``copy``, boolean indicating whether the link at ``path`` was replaced by a copy of its target file.

0 commit comments

Comments
 (0)