summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-05-31 09:35:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-05-31 09:35:10 -0400
commita477feb41c930acd6a2b21e75982d033a89ceae7 (patch)
tree500b72b20279dc0b66c5f0e8bbdd2e68e6f146bb /doc/config.rst
parent603e508d2aac52311dd9f6dfdeaa3f02e8c0b582 (diff)
downloadpython-coveragepy-a477feb41c930acd6a2b21e75982d033a89ceae7.tar.gz
Start getting docs ready for 3.5b1
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 1f4a82e..15d3874 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -31,8 +31,8 @@ A coverage.py configuration file is in classic .ini file format: sections are
introduced by a ``[section]`` header, and contain ``name = value`` entries.
Lines beginning with ``#`` or ``;`` are ignored as comments.
-Strings don't need quotes. Multi-strings can be created by indenting values on
-multiple lines.
+Strings don't need quotes. Multi-valued strings can be created by indenting
+values on multiple lines.
Boolean values can be specified as ``on``, ``off``, ``true``, ``false``, ``1``,
or ``0`` and are case-insensitive.