summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2016-02-28 16:11:10 -0500
committerNed Batchelder <nedbat@gmail.com>2016-02-28 16:11:10 -0500
commitc5705ca8e1d8c36f2eefdc1277d51ad19fd80836 (patch)
treed80483617ba82f99d8fb1cabe150142beae9cd14
parent3d38904c7d8040534f27097344588d0e4eeca38d (diff)
parent5de5eabf2f4876560331b9c85ed38759b133d24f (diff)
downloadpython-coveragepy-git-c5705ca8e1d8c36f2eefdc1277d51ad19fd80836.tar.gz
Merged in Nagasaki45/coverage.py (pull request #78)
State that --source value should be a comma separated list in the docs.
-rw-r--r--doc/source.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source.rst b/doc/source.rst
index fb75a6e9..836976a5 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -29,7 +29,7 @@ When running your code, the ``coverage run`` command will by default measure
all code, unless it is part of the Python standard library.
You can specify source to measure with the ``--source`` command-line switch, or
-the ``[run] source`` configuration value. The value is a list of directories
+the ``[run] source`` configuration value. The value is a comma seperated list of directories
or package names. If specified, only source inside these directories or
packages will be measured. Specifying the source option also enables
coverage.py to report on unexecuted files, since it can search the source tree