diff options
author | Marwan Rabbâa <marwan.rabbaa@pandacraft.com> | 2017-11-28 10:50:44 +0100 |
---|---|---|
committer | Marwan Rabbâa <marwan.rabbaa@pandacraft.com> | 2017-11-28 10:50:44 +0100 |
commit | 79deb709c81eb014dc91ac12beb4e3a02788e33d (patch) | |
tree | 610a27ed28f056d4695e7def67466ce7f7d3df90 | |
parent | fce787c7682e4cd759b36db78f6fa0c67d2556d3 (diff) |
wrong link in doctring comment
-rw-r--r-- | paramiko/client.py | 2 |
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. |