formatting changes for pep8

This commit is contained in:
Jeroen 2018-06-25 12:31:16 +02:00
parent 3d605853c8
commit 07b4f88de9
4 changed files with 8 additions and 5 deletions

View file

@ -44,7 +44,8 @@ def matrix_federation_endpoint(reactor, destination, tls_client_options_factory=
Args:
reactor: Twisted reactor.
destination (bytes): The name of the server to connect to.
tls_client_options_factory (synapse.crypto.context_factory.ClientTLSOptionsFactory):
tls_client_options_factory
(synapse.crypto.context_factory.ClientTLSOptionsFactory):
Factory which generates TLS options for client connections.
timeout (int): connection timeout in seconds
"""