Skip to content

Commit 09f80dd

Browse files
Apply suggestion from @Icebluewolf
Co-authored-by: Ice Wolfy <[email protected]> Signed-off-by: Lala Sabathil <[email protected]>
1 parent 02c2204 commit 09f80dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def walk_components(self) -> Iterator[Component]:
10521052
class Label(Component):
10531053
"""Represents a Label used in modals as the top-level component.
10541054
1055-
This is a component that holda another component alongside additional text in modals.
1055+
This is a component that allows you to add additional text to another component.
10561056
``component`` may only be:
10571057
10581058
- :class:`InputText`

0 commit comments

Comments
 (0)