Minor docstring fixes for MatrixFederationAgent (#4765)

pull/4776/head
Andrew Morgan 2019-02-28 16:24:01 +00:00 committed by Richard van der Hoff
parent b131cc77df
commit ac61b45a75
2 changed files with 6 additions and 1 deletions

1
changelog.d/4765.misc Normal file
View File

@ -0,0 +1 @@
Minor docstring fixes for MatrixFederationAgent.

View File

@ -68,9 +68,13 @@ class MatrixFederationAgent(object):
TLS policy to use for fetching .well-known files. None to use a default
(browser-like) implementation.
srv_resolver (SrvResolver|None):
_srv_resolver (SrvResolver|None):
SRVResolver impl to use for looking up SRV records. None to use a default
implementation.
_well_known_cache (TTLCache|None):
TTLCache impl for storing cached well-known lookups. None to use a default
implementation.
"""
def __init__(