mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Documentation fixes (#2531)
* Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation
This commit is contained in:
@ -50,7 +50,7 @@ class Team:
|
||||
members: List[:class:`TeamMember`]
|
||||
A list of the members in the team
|
||||
|
||||
.. versionadded:: 1.3
|
||||
.. versionadded:: 1.3
|
||||
"""
|
||||
__slots__ = ('_state', 'id', 'name', 'icon', 'owner_id', 'members')
|
||||
|
||||
|
Reference in New Issue
Block a user