diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 13:01:18 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-05 13:01:18 -0400 |
| commit | 61cdacb6234ca74899130c5c2afd0de0987f57f1 (patch) | |
| tree | f1858a7de770a71f2ae726aa0a0797855d353d15 /tests/modules | |
| parent | a5b29ec821096a8347f24cd32879ed5b2fd31678 (diff) | |
| download | python-coveragepy-61cdacb6234ca74899130c5c2afd0de0987f57f1.tar.gz | |
One last sensitivity to module docstrings
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/pkg1/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py index e2e4af5..3390a85 100644 --- a/tests/modules/pkg1/__init__.py +++ b/tests/modules/pkg1/__init__.py @@ -1,4 +1,2 @@ -# This __init__.py has a module-level docstring, which is counted as a -# statement. -"""A simple package for testing with.""" +# A simple package for testing with. print("pkg1.__init__: %s" % (__name__,)) |
