fix: use term "child tags" instead of "subtags" in docstring

Co-authored-by: Jann Stute <46534683+Computerdores@users.noreply.github.com>
This commit is contained in:
Travis Abendshien
2025-01-10 08:21:48 -08:00
committed by GitHub
parent 6d2c1ec7f5
commit 17e0522e45

View File

@@ -155,7 +155,7 @@ class FieldContainers(QWidget):
cluster_map: dict[int, set[int]] = {}
def add_to_cluster(tag_id: int, p_ids: list[int] | None = None):
"""Maps a Tag's subtag's ID's back to it's parent Tag's ID.
"""Maps a Tag's child tags' IDs back to it's parent tag's ID.
Example:
Tag: ["Johnny Bravo", Parent Tags: "Cartoon Network (TV)", "Character"] maps to: