[py-svn] r16525 - py/dist/py/test

lac at codespeak.net lac at codespeak.net
Thu Aug 25 19:05:06 CEST 2005


Author: lac
Date: Thu Aug 25 19:05:05 2005
New Revision: 16525

Modified:
   py/dist/py/test/cmdline.py
Log:
typo


Modified: py/dist/py/test/cmdline.py
==============================================================================
--- py/dist/py/test/cmdline.py	(original)
+++ py/dist/py/test/cmdline.py	Thu Aug 25 19:05:05 2005
@@ -16,7 +16,7 @@
     except KeyboardInterrupt: 
         if not config.option.verbose: 
             print
-            print "KeyboardInterrupt (-v to see trackeback)"
+            print "KeyboardInterrupt (-v to see traceback)"
             raise SystemExit, 2
         else: 
             raise 



More information about the pytest-commit mailing list