Skip to content

Commit 0a655e2

Browse files
committed
Update README
1 parent 533e598 commit 0a655e2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ extensions if you like::
9797
[django_coverage_plugin]
9898
template_extensions = html, txt, tex, email
9999

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::
100+
Block tags can be excluded using regexes to match the block content;
101+
for example, to exclude a custom template tag ``{% my_tag ... %}``, use::
104102

105103
[run]
106104
plugins = django_coverage_plugin

0 commit comments

Comments
 (0)