From aad1759d0e5704aadaab9879bbc88faa4472d572 Mon Sep 17 00:00:00 2001 From: dluyer <53582923+dluyer@users.noreply.github.com> Date: Thu, 16 Jan 2020 12:16:54 -0800 Subject: Typo fixes in doc --- doc/api/pxssh.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/pxssh.rst b/doc/api/pxssh.rst index 9ec42ba..86b4cf0 100644 --- a/doc/api/pxssh.rst +++ b/doc/api/pxssh.rst @@ -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. -- cgit v1.2.1