diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
commit | 8e81a1b6feddb2a0642d7991ac35c7419f570bb6 (patch) | |
tree | 056eeeac3e24a8434d09f7ce5167b481ccc78b4e /coverage/parser.py | |
parent | 655e48284397765c36e7f5bfb8a018f79e542ecd (diff) | |
download | python-coveragepy-git-8e81a1b6feddb2a0642d7991ac35c7419f570bb6.tar.gz |
Better spelling.
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 2841c6bb..a2b1b610 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -330,7 +330,7 @@ OPS_NO_JUMP = OPS_PUSH_BLOCK OP_BREAK_LOOP = _opcode('BREAK_LOOP') OP_END_FINALLY = _opcode('END_FINALLY') OP_COMPARE_OP = _opcode('COMPARE_OP') -COMPARE_EXCEPTION = 10 # just have to get this const from the code. +COMPARE_EXCEPTION = 10 # just have to get this constant from the code. OP_LOAD_CONST = _opcode('LOAD_CONST') OP_RETURN_VALUE = _opcode('RETURN_VALUE') |