[py-svn] r24020 - py/dist/py/magic

nik at codespeak.net nik at codespeak.net
Mon Mar 6 15:50:15 CET 2006


Author: nik
Date: Mon Mar  6 15:50:14 2006
New Revision: 24020

Modified:
   py/dist/py/magic/exprinfo.py
Log:
fix typo


Modified: py/dist/py/magic/exprinfo.py
==============================================================================
--- py/dist/py/magic/exprinfo.py	(original)
+++ py/dist/py/magic/exprinfo.py	Mon Mar  6 15:50:14 2006
@@ -426,7 +426,7 @@
         import traceback
         traceback.print_exc()
     if should_fail:
-        return "(inconsistenty failed then succeeded)"
+        return "(inconsistently failed then succeeded)"
     else:
         return None
 



More information about the pytest-commit mailing list