summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-15 05:44:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-15 05:44:31 -0400
commitdd7959dbf4eede4d2f2254f607113e45071cc8d3 (patch)
tree6cc46b1e46442e0cc2a2929662d51bfe52280403 /doc
parentf95ce970a7870e636105cf6f9193701760d3135f (diff)
downloadpython-coveragepy-git-dd7959dbf4eede4d2f2254f607113e45071cc8d3.tar.gz
docs: wrap long lines
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 7f2df618..54a3c81b 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -2234,9 +2234,10 @@ Version 3.4 — 2010-09-19
Version 3.4b2 — 2010-09-06
--------------------------
-- Completely un-executed files can now be included in coverage results, reported
- as 0% covered. This only happens if the --source option is specified, since
- coverage.py needs guidance about where to look for source files.
+- Completely un-executed files can now be included in coverage results,
+ reported as 0% covered. This only happens if the --source option is
+ specified, since coverage.py needs guidance about where to look for source
+ files.
- The XML report output now properly includes a percentage for branch coverage,
fixing `issue 65`_ and `issue 81`_.