summaryrefslogtreecommitdiff
path: root/coverage/codeunit.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-03-06 17:40:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-03-06 17:40:28 -0500
commitd221f1d6dc91ff023bf24adea2728c3876c8b5bc (patch)
tree5409b4171823e480626b009f06cf838a22ad161c /coverage/codeunit.py
parentc8864c2360af80bcc1a0b9fb36c0405eb0c402d2 (diff)
downloadpython-coveragepy-d221f1d6dc91ff023bf24adea2728c3876c8b5bc.tar.gz
Comment spelling and todo bookkeeping.
Diffstat (limited to 'coverage/codeunit.py')
-rw-r--r--coverage/codeunit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/codeunit.py b/coverage/codeunit.py
index c58e237..0b02f86 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.