diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:20:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | c9e722e3adacb37fda7524e4a79f823784300727 (patch) | |
tree | d27807f0e07f1e13808a085f854ce4ab2fd03e26 /python | |
parent | caf3ce990d54f46960eb8f78299f4ddc7097e94a (diff) |
python/requirements-detector: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/requirements-detector/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/requirements-detector/README b/python/requirements-detector/README index ac23bc755c26..88c6a650b23f 100644 --- a/python/requirements-detector/README +++ b/python/requirements-detector/README @@ -1,2 +1,2 @@ -requirements-detector is a simple Python tool which attempts to find and list -the requirements of a Python project. +requirements-detector is a simple Python tool which attempts to find +and list the requirements of a Python project. |