Skip to content

Commit

Permalink
Merge pull request #615 from pexpect/dluyer-patch-1
Browse files Browse the repository at this point in the history
Typo fixes in doc
  • Loading branch information
dluyer committed Jan 16, 2020
2 parents e21bae1 + aad1759 commit 6977ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/pxssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pxssh - control an SSH session
doesn't have the extra complexity of running a local subprocess.
RedExpect is very similar to pxssh except that it reads and writes directly
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
additionally 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 familiar expect API. In most cases RedExpect and pxssh
code should be fairly interchangable.

Expand Down

0 comments on commit 6977ee3

Please sign in to comment.