Fix a doc-comment

The `store` in a handler is a generic DataStore, not just an events.StateStore.
pull/928/head
Richard van der Hoff 2016-07-18 09:47:33 +01:00
parent a2d288c6a9
commit 6344db659f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class BaseHandler(object):
Common base class for the event handlers.
Attributes:
store (synapse.storage.events.StateStore):
store (synapse.storage.DataStore):
state_handler (synapse.state.StateHandler):
"""