aboutsummaryrefslogtreecommitdiff
path: root/discord/team.py
diff options
context:
space:
mode:
authorHarmon <[email protected]>2020-01-24 19:53:34 -0600
committerDanny <[email protected]>2020-01-24 20:53:34 -0500
commite469174071ce6437140f25faf3c3a519a51f3d42 (patch)
treef23d5270422bd64dac1bd2878f14a2f7d52fad1f /discord/team.py
parentVersion bump to v1.3 (diff)
downloaddiscord.py-e469174071ce6437140f25faf3c3a519a51f3d42.tar.xz
discord.py-e469174071ce6437140f25faf3c3a519a51f3d42.zip
Documentation fixes (#2531)
* Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation
Diffstat (limited to 'discord/team.py')
-rw-r--r--discord/team.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/team.py b/discord/team.py
index 39f7f222..0afb6458 100644
--- a/discord/team.py
+++ b/discord/team.py
@@ -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')