From d805335e342d4349f996a4c498d2d4cab93f7e8a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 Oct 2017 13:01:18 -0400 Subject: One last sensitivity to module docstrings --- tests/modules/pkg1/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/modules') diff --git a/tests/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py index e2e4af5f..3390a854 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__,)) -- cgit v1.2.1