summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/transport.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 198acbfd..61aa1508 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -1271,8 +1271,7 @@ class Transport (threading.Thread):
"""
Turn on/off compression. This will only have an affect before starting
the transport (ie before calling L{connect}, etc). By default,
- compression is off since it negatively affects interactive sessions
- and is not fully tested.
+ compression is off since it negatively affects interactive sessions.
@param compress: C{True} to ask the remote client/server to compress
traffic; C{False} to refuse compression