aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorxPolar <[email protected]>2021-07-28 16:54:58 -0700
committerGitHub <[email protected]>2021-07-28 19:54:58 -0400
commitdd8168f902c6a10c2141031ff7bcae4e1c4d823e (patch)
treefb36c390b712554e58850db196fe47b46f082b64 /discord
parentAdd reason kwarg to more methods (diff)
downloaddiscord.py-dd8168f902c6a10c2141031ff7bcae4e1c4d823e.tar.xz
discord.py-dd8168f902c6a10c2141031ff7bcae4e1c4d823e.zip
Fix a typo within the documentation
Diffstat (limited to 'discord')
-rw-r--r--discord/invite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/invite.py b/discord/invite.py
index 7c0ac6b4..288438c9 100644
--- a/discord/invite.py
+++ b/discord/invite.py
@@ -257,7 +257,7 @@ class Invite(Hashable):
Attributes
-----------
max_age: :class:`int`
- How long the before the invite expires in seconds.
+ How long before the invite expires in seconds.
A value of ``0`` indicates that it doesn't expire.
code: :class:`str`
The URL fragment used for the invite.