More doc fixes

pull/3276/head
David Baker 2018-06-06 09:44:10 +01:00
parent 607bd27c83
commit 3e4bc4488c
1 changed files with 2 additions and 2 deletions

View File

@ -268,9 +268,9 @@ class MatrixFederationHttpClient(object):
"""
Signs a request by adding an Authorization header to headers_dict
Args:
destination (bytes): The desination home server of the request. May be 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-null.
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