summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-13 18:38:16 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-13 18:38:16 +0000
commit660b77f3626583fcc49a76e5c2b3d1143677799b (patch)
tree27dc28a5b1908914f299237a115e84fb714325c0 /synapse/http
parentFix syntax issues (diff)
downloadsynapse-660b77f3626583fcc49a76e5c2b3d1143677799b.tar.xz
Add missing docstring detail
Diffstat (limited to 'synapse/http')
-rw-r--r--synapse/http/matrixfederationclient.py2
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.