From 0c842c278b27609361ae02b5458f4846110661e3 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Wed, 21 Feb 2024 14:00:33 +0000 Subject: [PATCH] Update README --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6321a76..7801649 100644 --- a/README.rst +++ b/README.rst @@ -91,10 +91,8 @@ extensions if you like:: [django_coverage_plugin] template_extensions = html, txt, tex, email -To exclude specific individual lines in a template, use the usual -``# pragma: no cover`` notation inline. Template tags can also be excluded using regexes to -match the block content; for example, to exclude a custom template tag -``{% my_tag ... %}``, use:: +Block tags can be excluded using regexes to match the block content; +for example, to exclude a custom template tag ``{% my_tag ... %}``, use:: [run] plugins = django_coverage_plugin