diff options
Diffstat (limited to 'doc/excluding.rst')
-rw-r--r-- | doc/excluding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/excluding.rst b/doc/excluding.rst index d336813..0dfee51 100644 --- a/doc/excluding.rst +++ b/doc/excluding.rst @@ -20,7 +20,7 @@ the "if debug" clause is excluded from reporting:: msg = "blah blah" log_message(msg, a) b = my_function2() - + Any line with a comment of "pragma: no cover" is excluded. If that line introduces a clause, for example, an if clause, or a function or class definition, then the entire clause is also excluded. Here the __repr__ |