Skip to content

Commit e8cb742

Browse files
committed
Fix typos in MemberAdapter docstring
1 parent 3aa68c3 commit e8cb742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ya_tagscript/adapters/discord_adapters/member_adapter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class MemberAdapter(AttributeAdapter):
1818
1919
(:class:`discord.Member` or :class:`discord.User`-specific)
2020
21-
- ``color`` :class:`discord.Colour` — The colour the user's name is shown in
21+
- ``color``: :class:`discord.Colour` — The colour the user's name is shown in
2222
(depends on their top role) (alias: ``colour``)
23-
- ``colour`` :class:`discord.Colour` — The colour the user's name is shown in
23+
- ``colour``: :class:`discord.Colour` — The colour the user's name is shown in
2424
(depends on their top role) (alias: ``color``)
2525
- ``global_name``: :class:`str` | :data:`None` — The user's global nickname
2626
- ``nick``: :class:`str` | :data:`None` — The user's guild-specific nickname

0 commit comments

Comments
 (0)