Skip to content

Commit dd7959d

Browse files
committed
docs: wrap long lines
1 parent f95ce97 commit dd7959d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGES.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Unreleased
2424
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
2525
`Ian Moore <pull 1583_>`_.
2626

27-
- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate
28-
``<package>`` elements. This is now fixed, thanks to `Benjamin Parzella <pull
29-
1574_>`_, closing `issue 1573`_.
27+
- Fix: the ``coverage xml`` command on Windows could create a .xml file with
28+
duplicate ``<package>`` elements. This is now fixed, thanks to `Benjamin
29+
Parzella <pull 1574_>`_, closing `issue 1573`_.
3030

3131
.. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573
3232
.. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574

doc/changes.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -2234,9 +2234,10 @@ Version 3.4 — 2010-09-19
22342234
Version 3.4b2 — 2010-09-06
22352235
--------------------------
22362236

2237-
- Completely un-executed files can now be included in coverage results, reported
2238-
as 0% covered. This only happens if the --source option is specified, since
2239-
coverage.py needs guidance about where to look for source files.
2237+
- Completely un-executed files can now be included in coverage results,
2238+
reported as 0% covered. This only happens if the --source option is
2239+
specified, since coverage.py needs guidance about where to look for source
2240+
files.
22402241

22412242
- The XML report output now properly includes a percentage for branch coverage,
22422243
fixing `issue 65`_ and `issue 81`_.

0 commit comments

Comments
 (0)