summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRed_M <pooatyou.com@gmail.com>2018-04-10 02:28:52 +1000
committerRed_M <pooatyou.com@gmail.com>2018-04-10 02:28:52 +1000
commit7f8056321dda5d4f81b49e8bc42ebf8598d0230e (patch)
tree3edd321879ca8c15bf468a4c580e1ab5f872558c /doc
parentf8814ea5fc4178e0b8b287fe23683ec6bd2dcdb7 (diff)
downloadpexpect-7f8056321dda5d4f81b49e8bc42ebf8598d0230e.tar.gz
typos 3.
Diffstat (limited to 'doc')
-rw-r--r--doc/history.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/history.rst b/doc/history.rst
index c43d98e..d769e87 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -27,9 +27,9 @@ Version 4.5
the session as if it was local. Simply set this to ``False``. (:ghpull:`472`)
* :meth:`pxssh.pxssh.login` ``sync_original_prompt`` can allow the prompt to not be set to something unique
incase the remote server is sensetive to new lines at login. Set this to ``False`` to do so. (:ghpull:`468`)
-* :meth:`pxssh.pxssh.login` has had a change with an SSH key option being provided, which is
+* :meth:`pxssh.pxssh.login` has had a change with the SSH key option, which is
if ``ssh_key`` is set to ``True`` then the SSH client forces forwarding the authentication
- agent to the remote server. (:ghpull:`473`)
+ agent to the remote server instead of providing a key. (:ghpull:`473`)
Version 4.4
```````````