summaryrefslogtreecommitdiff
path: root/coverage/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/parser.py')
-rw-r--r--coverage/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/parser.py b/coverage/parser.py
index a2b1b610..2bdd1bc9 100644
--- a/coverage/parser.py
+++ b/coverage/parser.py
@@ -274,7 +274,7 @@ class PythonParser(CodeParser):
# Class definitions have one extra exit, so remove one for each:
for l in self.classdefs:
- # Ensure key is there: classdefs can include excluded lines.
+ # Ensure key is there: class definitions can include excluded lines.
if l in exit_counts:
exit_counts[l] -= 1