diff options
| author | Rapptz <[email protected]> | 2019-06-30 02:38:56 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-30 02:38:56 -0400 |
| commit | b31028fa191ba1f7427093d0635dd800a6b51f88 (patch) | |
| tree | de273f3bacc16b3dc7b4ba737ea3c32fc8f5e7c5 /docs | |
| parent | Remove constructibility from certain classes in documentation. (diff) | |
| download | discord.py-b31028fa191ba1f7427093d0635dd800a6b51f88.tar.xz discord.py-b31028fa191ba1f7427093d0635dd800a6b51f88.zip | |
Fix some linking issues with TeamMembershipState
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
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. |