From b31028fa191ba1f7427093d0635dd800a6b51f88 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 30 Jun 2019 02:38:56 -0400 Subject: [PATCH] Fix some linking issues with TeamMembershipState --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 34025f85e..6516a14a2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1545,9 +1545,9 @@ of :class:`enum.Enum`. .. class:: TeamMembershipState - Represents the membership state of a team member retrieved through :func:Bot.application_info. + Represents the membership state of a team member retrieved through :func:`Bot.application_info`. - .. attribue:: invited + .. attribute:: invited Represents an invited member.