Skip to content

Commit c199664

Browse files
committed
📝 Fix docstring of Nameplate
1 parent a6b6922 commit c199664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)