Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 9d04005

Browse files
authored
Fix TeamMember.team typehinting
class Team should be capitalised.
1 parent b31028f commit 9d04005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/team.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class TeamMember(BaseUser):
107107
The avatar hash the team member has. Could be None.
108108
bot: :class:`bool`
109109
Specifies if the user is a bot account.
110-
team: :class:`team`
110+
team: :class:`Team`
111111
The team that the member is from.
112112
membership_state: :class:`TeamMembershipState`
113113
The membership state of the member (e.g. invited or accepted)

0 commit comments

Comments
 (0)