summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-24 17:46:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-24 17:46:33 -0500
commitc9c3190a0c78a0009fbd2370492b99381022ec90 (patch)
treecc58a92f49f2a6b0097ceacaf4504ca42ae8598e
parent411ecf7d9b2c4981c9e55b0ca60230b3de803613 (diff)
downloadpython-coveragepy-git-c9c3190a0c78a0009fbd2370492b99381022ec90.tar.gz
The name of the section is 'Specifying source files'
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 9dfa1215..8b97ce37 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -93,7 +93,7 @@ If you want :ref:`branch coverage <branch>` measurement, use the ``--branch``
flag. Otherwise only statement coverage is measured.
You can specify the code to measure with the ``--source``, ``--include``, and
-``--omit`` switches. See :ref:`Specifying source directories <source_execution>` for
+``--omit`` switches. See :ref:`Specifying source files <source_execution>` for
details of their interpretation. Remember to put options for run after "run",
but before the program invocation::