diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 18:38:16 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 18:38:16 +0000 |
commit | 660b77f3626583fcc49a76e5c2b3d1143677799b (patch) | |
tree | 27dc28a5b1908914f299237a115e84fb714325c0 /synapse/http | |
parent | Fix syntax issues (diff) | |
download | synapse-660b77f3626583fcc49a76e5c2b3d1143677799b.tar.xz |
Add missing docstring detail
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 5b89a2e05c..fca6e242be 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -202,7 +202,7 @@ class MatrixFederationHttpClient(object): due to #3622. Args: - request + request (MatrixFederationRequest): details of request to be sent try_trailing_slash_on_400 (bool): Whether on receiving a 400 'M_UNRECOGNIZED' from the server to retry the request with a trailing slash appended to the request path. |