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
commit8389eddf44b9084d0173bcce79d640250d72a455 (patch)
tree9d270fc5caee8572e45adac2013278e7b1bfb515 /doc/config.rst
parent8f7bf68908351fbe790f4778307368bbf1adc455 (diff)
downloadpython-coveragepy-git-8389eddf44b9084d0173bcce79d640250d72a455.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 1f4a82e3..15d38745 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.