diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:14:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | bc42ab6d2979bf6d4413eadade20ea366335e3d2 (patch) | |
tree | 98e7e7d6cd1dce23fbe137cfec800ab8d21aa266 /python/python-sh | |
parent | 3f105bf043ff7ad8dc2d1d2aae01e43244f7c2d9 (diff) | |
download | slackbuilds-bc42ab6d2979bf6d4413eadade20ea366335e3d2.tar.gz |
python/python-sh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-sh')
-rw-r--r-- | python/python-sh/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-sh/README b/python/python-sh/README index 5d7ae670f6..e53ed998eb 100644 --- a/python/python-sh/README +++ b/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 |