fix up some key verif docstrings

This commit is contained in:
Richard van der Hoff 2017-03-20 15:34:35 +00:00
parent 37a187bfab
commit 64778693be
2 changed files with 24 additions and 4 deletions

View file

@ -101,9 +101,10 @@ class KeyStore(SQLBaseStore):
key_ids
Args:
server_name (str): The name of the server.
key_ids (list of str): List of key_ids to try and look up.
key_ids (iterable[str]): key_ids to try and look up.
Returns:
(list of VerifyKey): The verification keys.
Deferred: resolves to dict[str, VerifyKey]: map from
key_id to verification key.
"""
keys = {}
for key_id in key_ids: