summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-03 09:59:12 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-03 21:27:42 -0500
commita44e6e48abfdab8f5a7e457ae1e481005f7bdbe5 (patch)
tree56b56b992c9e5bc7f526322ddc0555a97431b226 /doc/config.rst
parentf97d0750a91e53bec387528344c1ca3bf86e1d08 (diff)
downloadpython-coveragepy-git-a44e6e48abfdab8f5a7e457ae1e481005f7bdbe5.tar.gz
Cleanups for TOML code
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.rst b/doc/config.rst
index b8a3d328..f7483d06 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -29,10 +29,10 @@ Coverage.py will read settings from other usual configuration files if no other
configuration file is used. It will automatically read from "setup.cfg" or
"tox.ini" if they exist. In this case, the section names have "coverage:"
prefixed, so the ``[run]`` options described below will be found in the
-``[coverage:run]`` section of the file. If Coverage.py is installed with the
+``[coverage:run]`` section of the file. If coverage.py is installed with the
``toml`` extra (``pip install coverage[toml]``), it will automatically read
-from "pyproject.toml". Configuration must be within the `[tool.coverage]`
-section, e.g. ``[tool.coverage.run]`.
+from "pyproject.toml". Configuration must be within the ``[tool.coverage]``
+section, for example, ``[tool.coverage.run]``.
Syntax