[Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py fix typo
Benji York
benji at zope.com
Sun Aug 14 20:19:15 EDT 2005
Log message for revision 37930:
fix 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-08-15 00:13:11 UTC (rev 37929)
+++ zope.testing/trunk/src/zope/testing/testrunner.py 2005-08-15 00:18:45 UTC (rev 37930)
@@ -949,7 +949,7 @@
'--coverage', action="store", dest='coverage',
help="""\
Perform code-coverage analysis, saving trace data to the directory
-with the given anme. A code coverage summary is printed to standard
+with the given name. A code coverage summary is printed to standard
out.
""")
More information about the Zope3-Checkins
mailing list