aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorNanofaux <[email protected]>2020-08-22 16:26:24 -0400
committerGitHub <[email protected]>2020-08-22 16:26:24 -0400
commitdd408f6871f8d92de9a56e74f2cee797a56b2ecf (patch)
treeb03d36e32806f9e5ae0a5cd08bfa3b6d855cb924 /discord/client.py
parentFix letter to be consistent with the rest of the docs (diff)
downloaddiscord.py-dd408f6871f8d92de9a56e74f2cee797a56b2ecf.tar.xz
discord.py-dd408f6871f8d92de9a56e74f2cee797a56b2ecf.zip
Fix hyperlink reference to PartialInviteChannel in Client
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 435336c3..739f59c3 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1189,7 +1189,7 @@ class Client:
If the invite is for a guild you have not joined, the guild and channel
attributes of the returned :class:`.Invite` will be :class:`.PartialInviteGuild` and
- :class:`PartialInviteChannel` respectively.
+ :class:`.PartialInviteChannel` respectively.
Parameters
-----------