Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix a doc-comment
Browse files Browse the repository at this point in the history
The `store` in a handler is a generic DataStore, not just an events.StateStore.
  • Loading branch information
richvdh committed Jul 18, 2016
1 parent a2d288c commit 6344db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""

Expand Down

0 comments on commit 6344db6

Please sign in to comment.