Skip to content

Commit 06b74ff

Browse files
committed
Typo in last docstring.
1 parent 078bea3 commit 06b74ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def erase(self):
7878
def exclude(self, regex):
7979
"""Exclude source lines from execution consideration.
8080
81-
`regex` is a regular expression. Lines matching this expressions are
81+
`regex` is a regular expression. Lines matching this expression are
8282
not considered executable when reporting code coverage. A list of
8383
regexes is maintained; this function adds a new regex to the list.
8484
Matching any of the regexes excludes a source line.

0 commit comments

Comments
 (0)