Browse Source

Minor spelling fixes

pull/4/head
Wolfiri 9 years ago
committed by GitHub
parent
commit
b1bf0357a3
  1. 4
      disco/state.py

4
disco/state.py

@ -57,9 +57,9 @@ class State(object):
Attributes Attributes
---------- ----------
EVENTS : list(str) 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` client : :class:`disco.client.Client`
The Client instance this state is attached too The Client instance this state is attached to
config : :class:`StateConfig` config : :class:`StateConfig`
The configuration for this state instance The configuration for this state instance
me : :class:`disco.types.user.User` me : :class:`disco.types.user.User`

Loading…
Cancel
Save