summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:17:31 +0100
committer B. Watson2022-03-17 17:37:58 +0100
commitaf0e151d206bd3ff1e7034ab7d3161dd9da3e830 (patch)
tree5f9fd2b098b66093a648fba4c5383951d47885f7 /python
parent5e7dcec09a4e0303689c016e7ca4d2e1368e1e0b (diff)
downloadslackbuilds-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/README8
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.