Skip to content

Commit 846b14d

Browse files
authored
clarify
1 parent 1d790da commit 846b14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def title(self, value: str):
124124

125125
@property
126126
def children(self) -> list[ModalItem]:
127-
"""The child components associated with the modal."""
127+
"""The child items attached to the modal."""
128128
return self._children
129129

130130
@children.setter

0 commit comments

Comments
 (0)