We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533e598 commit 0a655e2Copy full SHA for 0a655e2
1 file changed
README.rst
@@ -97,10 +97,8 @@ extensions if you like::
97
[django_coverage_plugin]
98
template_extensions = html, txt, tex, email
99
100
-To exclude specific individual lines in a template, use the usual
101
-``# pragma: no cover`` notation inline. Template tags can also be excluded using regexes to
102
-match the block content; for example, to exclude a custom template tag
103
-``{% 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::
104
105
[run]
106
plugins = django_coverage_plugin
0 commit comments