From 450ac0bf86afb89f800e638ed6b4aed20c678c21 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 18 Aug 2020 19:33:26 -0400 Subject: Prevent trailing whitespace in doc/help/* files --- doc/help/xml.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/help/xml.rst') diff --git a/doc/help/xml.rst b/doc/help/xml.rst index f83f297b..eb52750d 100644 --- a/doc/help/xml.rst +++ b/doc/help/xml.rst @@ -3,9 +3,9 @@ $ coverage xml --help Usage: coverage xml [options] [modules] - + Generate an XML report of coverage results. - + Options: --fail-under=MIN Exit with a status of 2 if the total coverage is less than MIN. @@ -25,4 +25,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + -- cgit v1.2.1