update docs

This commit is contained in:
Erik Johnston 2018-08-01 13:39:14 +01:00
parent 4b256b9271
commit a6d7b74915
2 changed files with 6 additions and 4 deletions

View file

@ -242,7 +242,7 @@ class EventsStore(EventsWorkerStore):
which might update the current state etc.
Returns:
Deferred[int]: he stream ordering of the latest persisted event
Deferred[int]: the stream ordering of the latest persisted event
"""
partitioned = {}
for event, ctx in events_and_contexts: