libraries/pexpect: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 16:34:01 -04:00
parent fcb8ae7410
commit 852bd772c2

View file

@ -1,4 +1,4 @@
Pexpect is a Python module for spawning child applications; controlling them; Pexpect is a Python module for spawning child applications;
and responding to expected patterns in their output. Pexpect can be used for controlling them; and responding to expected patterns in their
automating interactive applications such as ssh, ftp, passwd, telnet, etc. output. Pexpect can be used for automating interactive applications
Pexpect is pure Python. such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python.