From 5a72a1eb736516759201b223463f69f00979818e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Dec 2022 17:17:12 -0500 Subject: mypy: control.py is checked --- coverage/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/parser.py') diff --git a/coverage/parser.py b/coverage/parser.py index 3512fdc3..2a8d0a50 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -43,7 +43,7 @@ class PythonParser: """ Source can be provided as `text`, the text itself, or `filename`, from which the text will be read. Excluded lines are those that match - `exclude`, a regex. + `exclude`, a regex string. """ assert text or filename, "PythonParser needs either text or filename" -- cgit v1.2.1