aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python-sh/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-sh/README b/python/python-sh/README
index 5d7ae670f6dd9..e53ed998eb680 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