diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-20 13:44:11 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-20 13:44:11 -0400 |
| commit | d5a89ab843542f88544a0f55900093329ef6b85c (patch) | |
| tree | 096e088a8193c4d3ecd96755f9f35793d2a0bb76 /doc/cmd.rst | |
| parent | 33d7789e8e6c15aae52cf3e36eecbd48f36e248e (diff) | |
| download | python-coveragepy-git-d5a89ab843542f88544a0f55900093329ef6b85c.tar.gz | |
Fix 'filename' to be 'file name' in English.
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 83acb888..1070dc0a 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -82,7 +82,7 @@ command:: Your program runs just as if it had been invoked with the Python command line. Arguments after your file name are passed to your program as usual in -``sys.argv``. Rather than providing a filename, you can use the ``-m`` switch +``sys.argv``. Rather than providing a file name, you can use the ``-m`` switch and specify an importable module name instead, just as you can with the Python ``-m`` switch:: @@ -232,9 +232,9 @@ Coverage.py provides a few styles of reporting, with the **report**, **html**, The command-line arguments are module or file names to report on, if you'd like to report on a subset of the data collected. -The ``--include`` and ``--omit`` flags specify lists of filename patterns. They -control which files to report on, and are described in more detail -in :ref:`source`. +The ``--include`` and ``--omit`` flags specify lists of file name patterns. +They control which files to report on, and are described in more detail in +:ref:`source`. The ``-i`` or ``--ignore-errors`` switch tells coverage.py to ignore problems encountered trying to find source files to report on. This can be useful if |
