Skip to content

Commit 11e2e12

Browse files
committed
docs: add return info for resource pack overlay
1 parent 6301a16 commit 11e2e12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

beet_observer/resource_pack.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ def gen_rp_overlays(
88
ctx: Context, ctx_overlay: Context, overlay_dir: str, ignore: list[str]
99
) -> list[PosixPath]:
1010
"""
11-
Generates overlays between two resource packs.
11+
Generates overlays between two resource packs. \n
12+
Returns a list of deleted files from the source pack.
1213
1314
Keyword arguments: \n
1415
`ctx` -- the build context \n
@@ -94,7 +95,8 @@ def check_registry(
9495
registry_overlay: NamespaceProxy[Any],
9596
) -> list[PosixPath]:
9697
"""
97-
Generates overlays for each namespace proxy.
98+
Generates overlays for each namespace proxy. \n
99+
Returns a list of deleted files from the source pack.
98100
99101
Keyword arguments: \n
100102
`ctx` -- the build context \n

0 commit comments

Comments
 (0)