Browse Source

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

Signed-off-by: B. Watson <yalhcru@gmail.com>
pull/186/head
B. Watson 4 years ago
parent
commit
bc42ab6d29
  1. 4
      python/python-sh/README

4
python/python-sh/README

@ -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

Loading…
Cancel
Save