aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-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')