mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/python-sh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
3f105bf043
commit
bc42ab6d29
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue