[Python-checkins] r85715 - python/branches/pep-382/Lib/test/test_pep382.py

barry.warsaw python-checkins at python.org
Tue Oct 19 03:11:38 CEST 2010


Author: barry.warsaw
Date: Tue Oct 19 03:11:38 2010
New Revision: 85715

Log:
typo

Modified:
   python/branches/pep-382/Lib/test/test_pep382.py

Modified: python/branches/pep-382/Lib/test/test_pep382.py
==============================================================================
--- python/branches/pep-382/Lib/test/test_pep382.py	(original)
+++ python/branches/pep-382/Lib/test/test_pep382.py	Tue Oct 19 03:11:38 2010
@@ -32,7 +32,7 @@
 class PthTestsBase(unittest.TestCase):
     """Try various combinations of __init__ and .pth files.
     At the end, remove everything from sys.path and sys.modules.
-    The namespace package package begin tested is always pep382test.
+    The namespace package begin tested is always pep382test.
     Directory structure:
     - d1: wildcard pth file, plus d1.py
     - d2: wildcard pth file,


More information about the Python-checkins mailing list