aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-06-30 02:38:56 -0400
committerRapptz <[email protected]>2019-06-30 02:38:56 -0400
commitb31028fa191ba1f7427093d0635dd800a6b51f88 (patch)
treede273f3bacc16b3dc7b4ba737ea3c32fc8f5e7c5 /docs
parentRemove constructibility from certain classes in documentation. (diff)
downloaddiscord.py-b31028fa191ba1f7427093d0635dd800a6b51f88.tar.xz
discord.py-b31028fa191ba1f7427093d0635dd800a6b51f88.zip
Fix some linking issues with TeamMembershipState
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 34025f85..6516a14a 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.