[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctestunit.py I think doctestunit.py should spell its own name correctly.
Marius Gedminas
marius at pov.lt
Tue Dec 22 04:16:42 EST 2009
Log message for revision 106859:
I think doctestunit.py should spell its own name correctly.
Changed:
U zope.testing/trunk/src/zope/testing/doctestunit.py
-=-
Modified: zope.testing/trunk/src/zope/testing/doctestunit.py
===================================================================
--- zope.testing/trunk/src/zope/testing/doctestunit.py 2009-12-22 07:33:20 UTC (rev 106858)
+++ zope.testing/trunk/src/zope/testing/doctestunit.py 2009-12-22 09:16:42 UTC (rev 106859)
@@ -20,7 +20,7 @@
"""
import warnings
-warnings.warn('zope.testing.doctest is deprecated in favour of '
+warnings.warn('zope.testing.doctestunit is deprecated in favour of '
'the Python standard library doctest module', DeprecationWarning)
from doctest import DocFileSuite, DocTestSuite
More information about the Zope3-Checkins
mailing list