summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRed_M <git@red-m.net>2019-07-07 21:54:49 +1000
committerRed_M <git@red-m.net>2019-07-07 21:54:49 +1000
commitc7d2da9ec4e88924bfc8909cb11a1d160b7b3328 (patch)
treeba981ed6ccd008c191232a73087e6be2acb16fd9 /doc/api
parentc8c85cf7f1cfe9d3fc727ad59cea5ecb877e147f (diff)
downloadpexpect-git-c7d2da9ec4e88924bfc8909cb11a1d160b7b3328.tar.gz
Wording change.
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/pxssh.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/pxssh.rst b/doc/api/pxssh.rst
index c9c9d82..9ec42ba 100644
--- a/doc/api/pxssh.rst
+++ b/doc/api/pxssh.rst
@@ -13,8 +13,8 @@ pxssh - control an SSH session
into an SSH session all done via python with all the SSH protocol in C,
addtionally it is written for communicating to SSH servers that are not just
linux machines. Meaning that it is extremely fast in comparison to Paramiko
- and already has the expect enviroment that you expect to have. In most cases
- RedExpect and pxssh code should be fairly interchangable.
+ and already has the familiar expect API. In most cases RedExpect and pxssh
+ code should be fairly interchangable.
.. automodule:: pexpect.pxssh