summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-01-28 15:16:50 +0000
committerGitHub <noreply@github.com>2019-01-28 15:16:50 +0000
commit88f4df85cab81381f5ce661455cc74645dbb19e3 (patch)
tree5c5ed566ca3f68cc3c8e97ab20638f8e725edd33 /synapse/storage
parentRemove --process-dependency-links from UPGRADE.rst (#4485) (diff)
parentChange return syntax in doc string (diff)
downloadsynapse-88f4df85cab81381f5ce661455cc74645dbb19e3.tar.xz
Merge pull request #4412 from matrix-org/anoa/dm_room_upgrade
Migrate direct message and tag state on room upgrade
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/background_updates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/background_updates.py b/synapse/storage/background_updates.py
index 5fe1ca2de7..60cdc884e6 100644
--- a/synapse/storage/background_updates.py
+++ b/synapse/storage/background_updates.py
@@ -240,7 +240,7 @@ class BackgroundUpdateStore(SQLBaseStore):
         * An integer count of the number of items to update in this batch.
 
         The handler should return a deferred integer count of items updated.
-        The hander is responsible for updating the progress of the update.
+        The handler is responsible for updating the progress of the update.
 
         Args:
             update_name(str): The name of the update that this code handles.