summaryrefslogtreecommitdiffstats
path: root/libraries/pexpect/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pexpect/README')
-rw-r--r--libraries/pexpect/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/pexpect/README b/libraries/pexpect/README
index 1d15e556c1..09bbb8b290 100644
--- a/libraries/pexpect/README
+++ b/libraries/pexpect/README
@@ -1,4 +1,4 @@
-Pexpect is a Python module for spawning child applications; controlling them;
-and responding to expected patterns in their output. Pexpect can be used for
-automating interactive applications such as ssh, ftp, passwd, telnet, etc.
-Pexpect is pure Python.
+Pexpect is a Python module for spawning child applications;
+controlling them; and responding to expected patterns in their
+output. Pexpect can be used for automating interactive applications
+such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python.