pull/950/head
Richard van der Hoff 2016-07-26 13:32:15 +01:00
parent 9ad8d9b17c
commit 33d7776473
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class RegistrationStore(background_updates.BackgroundUpdateStore):
Args:
token (str): The access token of a user.
Returns:
defer.Deferred: None, if the token did not match, ootherwise dict
defer.Deferred: None, if the token did not match, otherwise dict
including the keys `name`, `is_guest`, `device_id`, `token_id`.
"""
return self.runInteraction(