From 8154560f2225fb17e487afcb2e88c6f61d8687bb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:11:42 -0400 Subject: [PATCH] python/coverage: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/coverage/README | 7 ++++--- 1 file 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.