summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-10-12 14:45:13 +0100
committerMark Haines <mark.haines@matrix.org>2016-10-12 14:45:13 +0100
commit0af6213019076befbe299fcaac4414045728d2b6 (patch)
tree8576d00d62bbde5a570e3ead8e84798becf00558 /synapse/config
parentAdd config option for adding additional TLS fingerprints (diff)
downloadsynapse-0af6213019076befbe299fcaac4414045728d2b6.tar.xz
Improve comment formatting
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/tls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index 956b440f7a..20d55d4d60 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -109,7 +109,7 @@ class TlsConfig(Config):
         # fingerprints of a new certificate and wait for the caches on other
         # servers to expire before deploying it.
         tls_fingerprints: []
-        #- {"sha256": "<base64_encoded_sha256_fingerprint>"}
+        # tls_fingerprints: [{"sha256": "<base64_encoded_sha256_fingerprint>"}]
         """ % locals()
 
     def read_tls_certificate(self, cert_path):