[Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py Another typo.
Tim Peters
tim.one at comcast.net
Tue Sep 27 15:44:36 EDT 2005
Log message for revision 38654:
Another typo.
Changed:
U zope.testing/trunk/src/zope/testing/testrunner.py
-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner.py 2005-09-27 19:41:32 UTC (rev 38653)
+++ zope.testing/trunk/src/zope/testing/testrunner.py 2005-09-27 19:44:36 UTC (rev 38654)
@@ -1313,7 +1313,7 @@
)
# Hm, when run as a script, we need to import the testrunner under
- # it's own name, so that there's the imported flavor has the right
+ # its own name, so that there's the imported flavor has the right
# real_pdb_set_trace.
import zope.testing.testrunner
from zope.testing import doctest
More information about the Zope3-Checkins
mailing list