summaryrefslogtreecommitdiff
path: root/doc/source.rst
diff options
context:
space:
mode:
authorTom Gurion <nagasaki45@gmail.com>2016-02-16 20:47:27 +0000
committerTom Gurion <nagasaki45@gmail.com>2016-02-16 20:47:27 +0000
commit5de5eabf2f4876560331b9c85ed38759b133d24f (patch)
tree0989c6e7e7e1417f3b5774bee6d59aad44cd742a /doc/source.rst
parentbabe79f03ea50e26accc397480e1dee2ea53152e (diff)
downloadpython-coveragepy-git-5de5eabf2f4876560331b9c85ed38759b133d24f.tar.gz
State that --source value should be a comma separated list in the docs. #477
Diffstat (limited to 'doc/source.rst')
-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