python/python-sh: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:14:30 -04:00
parent 3f105bf043
commit bc42ab6d29

View file

@ -1,5 +1,5 @@
sh (previously pbs) is a full-fledged subprocess interface for Python that
allows you to call any program as if it were a function.
sh (previously pbs) is a full-fledged subprocess interface for Python
that allows you to call any program as if it were a function.
Eg:
from sh import ifconfig