From afb7e386c9d2d966935b5557de44b850cefb48b5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 11 Oct 2014 22:15:05 -0400 Subject: second p is captialized :-) --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index e351b00..c31f15f 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 -- cgit v1.2.1