Add missing docstring detail

pull/4840/head
Andrew Morgan 2019-03-13 18:38:16 +00:00
parent 5526b054aa
commit 660b77f362
1 changed files with 1 additions and 1 deletions

View File

@ -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.