From bc42ab6d2979bf6d4413eadade20ea366335e3d2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:14:30 -0400 Subject: python/python-sh: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/python-sh/README | 4 ++-- 1 file 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 -- cgit v1.2.3