diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:17:31 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | af0e151d206bd3ff1e7034ab7d3161dd9da3e830 (patch) | |
tree | 5f9fd2b098b66093a648fba4c5383951d47885f7 /python | |
parent | 5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b (diff) | |
download | slackbuilds-af0e151d206bd3ff1e7034ab7d3161dd9da3e830.tar.gz |
python/python3-pexpect: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pexpect/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pexpect/README b/python/python3-pexpect/README index 1d15e556c1..09bbb8b290 100644 --- a/python/python3-pexpect/README +++ b/python/python3-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. |