summary refs log tree commit diff
path: root/synapse/app
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-13 13:24:27 +0000
committerGitHub <noreply@github.com>2019-02-13 13:24:27 +0000
commit309f3bb322ea407b29651bd31c12183ea81b05b1 (patch)
tree90729ad8316f91e3456bd788894416f9873fa202 /synapse/app
parentchangelog (diff)
downloadsynapse-309f3bb322ea407b29651bd31c12183ea81b05b1.tar.xz
Update synapse/app/_base.py
Co-Authored-By: richvdh <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'synapse/app')
-rw-r--r--synapse/app/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/_base.py b/synapse/app/_base.py
index c53b644932..73ca52bd8c 100644
--- a/synapse/app/_base.py
+++ b/synapse/app/_base.py
@@ -162,7 +162,7 @@ def listen_tcp(bind_addresses, port, factory, reactor=reactor, backlog=50):
     Create a TCP socket for a port and several addresses
 
     Returns:
-        list of twisted.internet.tcp.Port listening for TLS connections
+        list[twisted.internet.tcp.Port]: listening for TCP connections
     """
     r = []
     for address in bind_addresses: