diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:11:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 8154560f2225fb17e487afcb2e88c6f61d8687bb (patch) | |
tree | 8277a4a4eb8b273a654810c01ccd0cded25e48c9 /python | |
parent | 320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe (diff) |
python/coverage: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/coverage/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/coverage/README b/python/coverage/README index e2bf0067263d..b764d3e69297 100644 --- a/python/coverage/README +++ b/python/coverage/README @@ -1,5 +1,6 @@ Coverage.py: code coverage testing for Python -Coverage.py measures code coverage, typically during test execution. It uses -the code analysis tools and tracing hooks provided in the Python standard -library to determine which lines are executable, and which have been executed. +Coverage.py measures code coverage, typically during test execution. +It uses the code analysis tools and tracing hooks provided in the +Python standard library to determine which lines are executable, and +which have been executed. |