diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:34:01 -0400 |
commit | 852bd772c2278e581fd7d4a7c331af7627fd6669 (patch) | |
tree | 6d56b6db15dbcb58b661ae63ea78ef81490d3b2f /libraries | |
parent | fcb8ae7410e67a9130351aeb9757093ca10e05c7 (diff) | |
download | slackbuilds-852bd772c2278e581fd7d4a7c331af7627fd6669.tar.gz |
libraries/pexpect: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pexpect/README | 8 |
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. |