diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-03-09 13:15:12 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-03-09 15:50:29 +0000 |
commit | 45d173a59a06c06e0c8414c465851492ecf0081a (patch) | |
tree | ed6c63be3c0d75df054836f8911d4322478dd553 /synapse | |
parent | Merge pull request #1971 from matrix-org/dbkr/msisdn_signin (diff) | |
download | synapse-45d173a59a06c06e0c8414c465851492ecf0081a.tar.xz |
Fix docstring
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/federation/federation_client.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index b5bcfd705a..5dcd4eecce 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -206,8 +206,7 @@ class FederationClient(FederationBase): Args: destinations (list): Which home servers to query - pdu_origin (str): The home server that originally sent the pdu. - event_id (str) + event_id (str): event to fetch outlier (bool): Indicates whether the PDU is an `outlier`, i.e. if it's from an arbitary point in the context as opposed to part of the current block of PDUs. Defaults to `False` |