We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078bea3 commit 06b74ffCopy full SHA for 06b74ff
coverage/control.py
@@ -78,7 +78,7 @@ def erase(self):
78
def exclude(self, regex):
79
"""Exclude source lines from execution consideration.
80
81
- `regex` is a regular expression. Lines matching this expressions are
+ `regex` is a regular expression. Lines matching this expression are
82
not considered executable when reporting code coverage. A list of
83
regexes is maintained; this function adds a new regex to the list.
84
Matching any of the regexes excludes a source line.
0 commit comments