summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRed_M <pooatyou.com@gmail.com>2018-05-20 19:19:05 +1000
committerRed_M <pooatyou.com@gmail.com>2018-05-20 19:19:05 +1000
commitde75d14a842027d28e1468de99083aa2f9382670 (patch)
tree0542c7ab44f5c5e68ccbae69333200e2d37b9f9f
parentf353c713aa00e41059ae989da4039f6f07e36718 (diff)
downloadpexpect-git-de75d14a842027d28e1468de99083aa2f9382670.tar.gz
Minor doc update.
-rw-r--r--pexpect/pxssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/pxssh.py b/pexpect/pxssh.py
index 44e4c60..27e6cbb 100644
--- a/pexpect/pxssh.py
+++ b/pexpect/pxssh.py
@@ -299,7 +299,7 @@ class pxssh (spawn):
Set ``ssh_key`` to `True` to force passing the current SSH authentication socket
to the desired ``hostname``.
- Setting ``ssh_config`` to a file path of an SSH client config file will pass that
+ Setting ``ssh_config`` to a file path string of an SSH client config file will pass that
file to the client to handle itself. You may set any options you wish in here, however
doing so will require you to post extra information that you may not want to if you
run into issues.