From e469174071ce6437140f25faf3c3a519a51f3d42 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 24 Jan 2020 19:53:34 -0600 Subject: Documentation fixes (#2531) * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation --- discord/team.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord') 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') -- cgit v1.2.3