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

Commit

Permalink
Update comment to be more generic.
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
  • Loading branch information
clokep and anoadragon453 committed Mar 17, 2020
1 parent ff625a9 commit d914cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/set_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def set_password(
except_device_id = requester.device_id if requester else None
except_access_token_id = requester.access_token_id if requester else None

# First delete all his other devices.
# First delete all of their other devices.
yield self._device_handler.delete_all_devices_for_user(
user_id, except_device_id=except_device_id
)
Expand Down

0 comments on commit d914cd9

Please sign in to comment.