summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-06-06 10:15:33 +0100
committerDavid Baker <dave@matrix.org>2018-06-06 10:15:33 +0100
commitbf54c1cf6ce5097b817b262340e2e1bd4cb13be9 (patch)
treec12a76ac9ece1b402ad302a3b52c0660c1cdce84 /synapse/http
parentMore doc fixes (diff)
downloadsynapse-bf54c1cf6ce5097b817b262340e2e1bd4cb13be9.tar.xz
pep8
Diffstat (limited to 'synapse/http')
-rw-r--r--synapse/http/matrixfederationclient.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index bce7c631b4..bf56e77c7a 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -268,9 +268,9 @@ class MatrixFederationHttpClient(object): """ Signs a request by adding an Authorization header to headers_dict Args: - destination (bytes|None): The desination home server of the request. May be None - if the destination is an identity server, in which case destination_is - must be non-None. + destination (bytes|None): The desination home server of the request. + May be None if the destination is an identity server, in which case + destination_is must be non-None. method (bytes): The HTTP method of the request url_bytes (bytes): The URI path of the request headers_dict (dict): Dictionary of request headers to append to