From b1bf0357a30a39408c07305e874750789b93bc8f Mon Sep 17 00:00:00 2001 From: Wolfiri Date: Sun, 9 Oct 2016 15:31:37 -0700 Subject: [PATCH] Minor spelling fixes --- disco/state.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disco/state.py b/disco/state.py index cdf5d81..efa883b 100644 --- a/disco/state.py +++ b/disco/state.py @@ -57,9 +57,9 @@ class State(object): Attributes ---------- EVENTS : list(str) - A list of all events the State object binds too. + A list of all events the State object binds to client : :class:`disco.client.Client` - The Client instance this state is attached too + The Client instance this state is attached to config : :class:`StateConfig` The configuration for this state instance me : :class:`disco.types.user.User`