summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-08-18 19:33:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-08-18 19:33:26 -0400
commit450ac0bf86afb89f800e638ed6b4aed20c678c21 (patch)
treeb3ce194590282dff60e0534ab067bd037a964b5a /Makefile
parentaa6cb95e366f479cddd8cd30aee940393ead6296 (diff)
downloadpython-coveragepy-git-450ac0bf86afb89f800e638ed6b4aed20c678c21.tar.gz
Prevent trailing whitespace in doc/help/* files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 780424af..7b383bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ cmd_help: $(DOCBIN)
sed \
-e 's/__main__.py/coverage/' \
-e '/^Full doc/d' \
- -e 's/^/ /' \
+ -e 's/^./ &/' \
>> doc/help/$$cmd.rst; \
done