diff options
Diffstat (limited to 'coverage/parser.py')
-rw-r--r-- | coverage/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |