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/json.rst | |
parent | aa6cb95e366f479cddd8cd30aee940393ead6296 (diff) | |
download | python-coveragepy-git-450ac0bf86afb89f800e638ed6b4aed20c678c21.tar.gz |
Prevent trailing whitespace in doc/help/* files
Diffstat (limited to 'doc/help/json.rst')
-rw-r--r-- | doc/help/json.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/json.rst b/doc/help/json.rst index 4028788f..cec488e5 100644 --- a/doc/help/json.rst +++ b/doc/help/json.rst @@ -3,9 +3,9 @@ $ coverage json --help Usage: coverage json [options] [modules] - + Generate a JSON report of coverage results. - + Options: --contexts=REGEX1,REGEX2,... Only display data from lines covered in the given @@ -30,4 +30,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |