Skip to content

Commit 921260d

Browse files
committed
docs: 📝 Fix docstring of Nameplate (Pycord-Development#2884)
📝 Fix docstring of `Nameplate` (cherry picked from commit a383590)
1 parent 69c81c3 commit 921260d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

discord/collectibles.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ class Nameplate:
3939
4040
Attributes
4141
----------
42-
sku_id: int
43-
The SKU ID of the nameplate.
44-
palette: str
45-
The color palette of the nameplate.
42+
sku_id: :class:`int`
43+
The SKU ID of the nameplate.
44+
palette: :class:`str`
45+
The color palette of the nameplate.
4646
"""
4747

4848
def __init__(self, data: NameplatePayload, state: "ConnectionState") -> None:

0 commit comments

Comments
 (0)