Fix a doc-comment
The `store` in a handler is a generic DataStore, not just an events.StateStore.
This commit is contained in:
parent
a2d288c6a9
commit
6344db659f
|
@ -31,7 +31,7 @@ class BaseHandler(object):
|
||||||
Common base class for the event handlers.
|
Common base class for the event handlers.
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
store (synapse.storage.events.StateStore):
|
store (synapse.storage.DataStore):
|
||||||
state_handler (synapse.state.StateHandler):
|
state_handler (synapse.state.StateHandler):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue