From 743fd6b53e59b22b73a4f3038926dbc42d6697d8 Mon Sep 17 00:00:00 2001 From: Wolfiri Date: Sun, 9 Oct 2016 15:42:36 -0700 Subject: [PATCH] Minor spelling fixes --- disco/types/invite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disco/types/invite.py b/disco/types/invite.py index 2bfb355..2bdb514 100644 --- a/disco/types/invite.py +++ b/disco/types/invite.py @@ -19,13 +19,13 @@ class Invite(Model): channel : :class:`disco.types.channel.Channel` The channel this invite is for. max_age : int - The time after this invites creation at which it expires. + The time after this invite's creation at which it expires. max_uses : int The maximum number of uses. uses : int The current number of times the invite was used. temporary : bool - Whether this invite only grants temporary memborship. + Whether this invite only grants temporary membership. created_at : datetime When this invite was created. """