From 64a248c2818b724ae89fe26f38e5738cd59c768b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 6 Mar 2014 17:40:28 -0500 Subject: Comment spelling and todo bookkeeping. --- coverage/codeunit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/codeunit.py') diff --git a/coverage/codeunit.py b/coverage/codeunit.py index c58e237b..0b02f862 100644 --- a/coverage/codeunit.py +++ b/coverage/codeunit.py @@ -127,7 +127,7 @@ class CodeUnit(object): def should_be_python(self): """Does it seem like this file should contain Python? - This is used to decide if a file reported as part of the exection of + This is used to decide if a file reported as part of the execution of a program was really likely to have contained Python in the first place. -- cgit v1.2.1