diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:23:51 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | eb574605a9e2f5698c6c1328b29d29ea84a9c4fc (patch) | |
tree | c82d6272ec76d4306e875bf0f93387b2f8857f83 /python | |
parent | d4e75db6d72a78dc7366d85b71fe84bc5174369e (diff) | |
download | slackbuilds-eb574605a9e2f5698c6c1328b29d29ea84a9c4fc.tar.gz |
python/testpath: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/testpath/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/testpath/README b/python/testpath/README index b69bea0585..b2cab199cf 100644 --- a/python/testpath/README +++ b/python/testpath/README @@ -1,5 +1,5 @@ -Testpath is a collection of utilities for Python code working with files and -commands. +Testpath is a collection of utilities for Python code working with +files and commands. -It contains functions to check things on the filesystem, and tools for mocking -system commands and recording calls to those. +It contains functions to check things on the filesystem, and tools for +mocking system commands and recording calls to those. |