[py-svn] r31596 - py/branch/distributed/py/code

hpk at codespeak.net hpk at codespeak.net
Thu Aug 24 13:20:03 CEST 2006


Author: hpk
Date: Thu Aug 24 13:20:00 2006
New Revision: 31596

Modified:
   py/branch/distributed/py/code/traceback2.py
Log:
fix msg


Modified: py/branch/distributed/py/code/traceback2.py
==============================================================================
--- py/branch/distributed/py/code/traceback2.py	(original)
+++ py/branch/distributed/py/code/traceback2.py	Thu Aug 24 13:20:00 2006
@@ -69,7 +69,7 @@
         try: 
             line = str(self.statement).lstrip()
         except EnvironmentError, e: 
-            line = "<could get get sourceline>"
+            line = "<could not get sourceline>"
         return "  File %r:%d in %s\n  %s\n" %(fn, self.lineno+1, name, line) 
 
 class Traceback(list):



More information about the pytest-commit mailing list