From 06b74ffa1a8b47672e5c948783a60cf21c106742 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 28 Apr 2009 23:35:32 -0400 Subject: Typo in last docstring. --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 2ca43447..d03c69b3 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -78,7 +78,7 @@ class coverage: def exclude(self, regex): """Exclude source lines from execution consideration. - `regex` is a regular expression. Lines matching this expressions are + `regex` is a regular expression. Lines matching this expression are not considered executable when reporting code coverage. A list of regexes is maintained; this function adds a new regex to the list. Matching any of the regexes excludes a source line. -- cgit v1.2.1