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/annotate.rst | |
parent | aa6cb95e366f479cddd8cd30aee940393ead6296 (diff) | |
download | python-coveragepy-git-450ac0bf86afb89f800e638ed6b4aed20c678c21.tar.gz |
Prevent trailing whitespace in doc/help/* files
Diffstat (limited to 'doc/help/annotate.rst')
-rw-r--r-- | doc/help/annotate.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/annotate.rst b/doc/help/annotate.rst index fb80e12e..8f0883a0 100644 --- a/doc/help/annotate.rst +++ b/doc/help/annotate.rst @@ -3,10 +3,10 @@ $ coverage annotate --help Usage: coverage annotate [options] [modules] - + Make annotated copies of the given files, marking statements that are executed with > and statements that are missed with !. - + Options: -d DIR, --directory=DIR Write the output files to DIR. @@ -23,4 +23,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |