diff --git a/tls_passthrough.py b/tls_passthrough.py index 5904866..43d047f 100644 --- a/tls_passthrough.py +++ b/tls_passthrough.py @@ -103,8 +103,8 @@ class MaybeTls: "tls_strategy", int, 0, - "TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful " - "handshake. If set to 0 < p <= 100, connections with be passed through with probability p.", + "TLS passthrough strategy. If set to 0, connections will be passed through after the first unsuccessful" + "handshake. If set to 0 < p <= 100, connections with be passed through with probability py", ) def configure(self, updated):