summaryrefslogtreecommitdiff
path: root/doc/source.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
commitbcd89039dd7aba5459a1727c44d1661d0a48a96e (patch)
treec394f7d613a1cc03758fe6127a1f4163a637554b /doc/source.rst
parentbb098f20ed64bafd3ca14b265f47f657a4be9d79 (diff)
downloadpython-coveragepy-bcd89039dd7aba5459a1727c44d1661d0a48a96e.tar.gz
Remove notes about me being available for custom work, and rewrap many paragraphs.
Diffstat (limited to 'doc/source.rst')
-rw-r--r--doc/source.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source.rst b/doc/source.rst
index aafb976..ec9994b 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -25,8 +25,8 @@ Execution
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
+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
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