File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ def _check_for_packages(self):
325
325
try :
326
326
pkg_file = mod .__file__
327
327
except AttributeError :
328
- self ._warn ("Module %s has no python source." % pkg )
328
+ self ._warn ("Module %s has no Python source." % pkg )
329
329
else :
330
330
d , f = os .path .split (pkg_file )
331
331
if f .startswith ('__init__.' ):
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def test_warnings(self):
277
277
278
278
self .assertTrue ("Hello\n " in out )
279
279
self .assertTrue (textwrap .dedent ("""\
280
- Coverage.py warning: Module sys has no python source.
280
+ Coverage.py warning: Module sys has no Python source.
281
281
Coverage.py warning: Module xyzzy was never imported.
282
282
Coverage.py warning: Module quux was never imported.
283
283
Coverage.py warning: No data was collected.
You can’t perform that action at this time.
0 commit comments