summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commit8154560f2225fb17e487afcb2e88c6f61d8687bb (patch)
tree8277a4a4eb8b273a654810c01ccd0cded25e48c9 /python
parent320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe (diff)
downloadslackbuilds-8154560f2225fb17e487afcb2e88c6f61d8687bb.tar.gz
slackbuilds-8154560f2225fb17e487afcb2e88c6f61d8687bb.tar.xz
python/coverage: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/coverage/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/coverage/README b/python/coverage/README
index e2bf006726..b764d3e692 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.