diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 19:33:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 19:33:26 -0400 |
| commit | 450ac0bf86afb89f800e638ed6b4aed20c678c21 (patch) | |
| tree | b3ce194590282dff60e0534ab067bd037a964b5a /doc/help/run.rst | |
| parent | aa6cb95e366f479cddd8cd30aee940393ead6296 (diff) | |
| download | python-coveragepy-git-450ac0bf86afb89f800e638ed6b4aed20c678c21.tar.gz | |
Prevent trailing whitespace in doc/help/* files
Diffstat (limited to 'doc/help/run.rst')
| -rw-r--r-- | doc/help/run.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/run.rst b/doc/help/run.rst index 07f94aa5..a336929a 100644 --- a/doc/help/run.rst +++ b/doc/help/run.rst @@ -3,9 +3,9 @@ $ coverage run --help Usage: coverage run [options] <pyfile> [program options] - + Run a Python program, measuring code execution. - + Options: -a, --append Append coverage data to .coverage, otherwise it starts clean each time. @@ -39,4 +39,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |
