diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-11 22:15:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-11 22:15:05 -0400 |
commit | 2150bdc270fa92d56a2fadea4c8d1f76fe6ab531 (patch) | |
tree | 09b295c77a539165627b36fdbe9d548cbe1e1279 /coverage/control.py | |
parent | 2e63e41be0774e51b7683457f31500d99c75c9f1 (diff) | |
download | python-coveragepy-git-2150bdc270fa92d56a2fadea4c8d1f76fe6ab531.tar.gz |
second p is captialized :-)
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index e351b005..c31f15fa 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -245,7 +245,7 @@ class Coverage(object): if m is not None and hasattr(m, "__file__"): self.pylib_dirs.add(self._canonical_dir(m)) if _structseq and not hasattr(_structseq, '__file__'): - # Pypy 2.4 has no __file__ in the builtin modules, but the code + # PyPy 2.4 has no __file__ in the builtin modules, but the code # objects still have the filenames. So dig into one to find # the path to exclude. structseq_file = _structseq.structseq_new.func_code.co_filename |