1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

Add missing docstring detail

This commit is contained in:
Andrew Morgan 2019-03-13 18:38:16 +00:00
parent 5526b054aa
commit 660b77f362

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.