diff options
| author | Josh <[email protected]> | 2021-06-28 13:43:49 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-27 23:43:49 -0400 |
| commit | 233d10649c8bc39f1ecc2be83df547f3ad6a3f84 (patch) | |
| tree | e5353b7407415762065654b229543bd5c0773096 /discord/ui/item.py | |
| parent | remove repeat 'to' in Task.restart doc (diff) | |
| download | discord.py-233d10649c8bc39f1ecc2be83df547f3ad6a3f84.tar.xz discord.py-233d10649c8bc39f1ecc2be83df547f3ad6a3f84.zip | |
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <[email protected]>
Diffstat (limited to 'discord/ui/item.py')
| -rw-r--r-- | discord/ui/item.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ui/item.py b/discord/ui/item.py index 3a7c76f3..5b234ae7 100644 --- a/discord/ui/item.py +++ b/discord/ui/item.py @@ -123,7 +123,7 @@ class Item(Generic[V]): Parameters ----------- - interaction: :class:`Interaction` + interaction: :class:`.Interaction` The interaction that triggered this UI item. """ pass |