mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 07:39:10 +00:00
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:
committed by
GitHub
parent
6d2c1ec7f5
commit
17e0522e45
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user