Browse Source

Fix comment

David Baker 6 years ago
parent
commit
6a29e815fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synapse/handlers/deactivate_account.py

+ 1 - 1
synapse/handlers/deactivate_account.py

@@ -76,7 +76,7 @@ class DeactivateAccountHandler(BaseHandler):
                 user_id, threepid['medium'], threepid['address'],
             )
 
-        # first delete any devices belonging to the user, which will also
+        # delete any devices belonging to the user, which will also
         # delete corresponding access tokens.
         yield self._device_handler.delete_all_devices_for_user(user_id)
         # then delete any remaining access tokens which weren't associated with