Skip to content

Commit a383590

Browse files
authored
docs: 📝 Fix docstring of Nameplate (#2884)
📝 Fix docstring of `Nameplate`
1 parent 15e55c8 commit a383590

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)