Skip to content

Commit 2558209

Browse files
Resolve doc8 line length violations in documentation
1 parent b66b7bf commit 2558209

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ Version 7.10.0 — 2025-07-24
202202
.. _issue 2001: https://github.com/nedbat/coveragepy/issues/2001
203203
.. _issue 2005: https://github.com/nedbat/coveragepy/issues/2005
204204

205-
- Feature: Added support for ``.coveragerc.toml`` configuration files. This
206-
provides a more flexible approach to manage coverage settings as many
207-
projects have switched to TOML configurations. Closes `issue 1643`_.
205+
- Feature: Added support for ``.coveragerc.toml`` configuration files. This
206+
provides a more flexible approach to manage coverage settings as many
207+
projects have switched to TOML configurations. Closes `issue 1643`_.
208208

209209
.. _issue 1643: https://github.com/nedbat/coveragepy/issues/1643
210210
.. _pull 1952: https://github.com/nedbat/coveragepy/pull/1952

doc/config.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ environment variable.
3939

4040
If ``.coveragerc`` doesn't exist and another file hasn't been specified, then
4141
coverage.py will look for settings in other common configuration files, in this
42-
order: .coveragerc.toml, setup.cfg, tox.ini, or pyproject.toml. The first file found with
42+
order: .coveragerc.toml, setup.cfg, tox.ini, or pyproject.toml. The first file
43+
found with
4344
coverage.py settings will be used and other files won't be consulted.
4445

45-
Coverage.py will read from ".coveragerc.toml" and "pyproject.toml" if TOML support is available,
46+
Coverage.py will read from ".coveragerc.toml" and "pyproject.toml" if TOML
47+
support is available,
4648
either because you are running on Python 3.11 or later, or because you
4749
installed with the ``toml`` extra (``pip install coverage[toml]``). Both files
4850
use the same ``[tool.coverage]`` section structure.

0 commit comments

Comments
 (0)