mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:44:53 -04:00
formatting changes for pep8
This commit is contained in:
parent
3d605853c8
commit
07b4f88de9
4 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue