summaryrefslogtreecommitdiff
path: root/paramiko/client.py
diff options
context:
space:
mode:
authorMarwan Rabbâa <marwan.rabbaa@pandacraft.com>2017-11-28 10:50:44 +0100
committerMarwan Rabbâa <marwan.rabbaa@pandacraft.com>2017-11-28 10:50:44 +0100
commit79deb709c81eb014dc91ac12beb4e3a02788e33d (patch)
tree610a27ed28f056d4695e7def67466ce7f7d3df90 /paramiko/client.py
parentfce787c7682e4cd759b36db78f6fa0c67d2556d3 (diff)
downloadparamiko-79deb709c81eb014dc91ac12beb4e3a02788e33d.tar.gz
wrong link in doctring comment
Diffstat (limited to 'paramiko/client.py')
-rw-r--r--paramiko/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 89c25f55..dca09f13 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -465,7 +465,7 @@ class SSHClient (ClosingContextManager):
set command's channel timeout. See `.Channel.settimeout`
:param bool get_pty:
Request a pseudo-terminal from the server (default ``False``).
- See `Channel.get_pty`
+ See `.Channel.get_pty`
:param dict environment:
a dict of shell environment variables, to be merged into the
default environment that the remote command executes within.