[Zope-Checkins] SVN: Zope/hotfixes/Hotfix_20080812/trunk/__init__.py Since we are changing strings anyway... 'can not' -> 'cannot'.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Aug 12 13:42:52 EDT 2008


Log message for revision 89745:
  Since we are changing strings anyway... 'can not' -> 'cannot'.

Changed:
  U   Zope/hotfixes/Hotfix_20080812/trunk/__init__.py

-=-
Modified: Zope/hotfixes/Hotfix_20080812/trunk/__init__.py
===================================================================
--- Zope/hotfixes/Hotfix_20080812/trunk/__init__.py	2008-08-12 17:22:20 UTC (rev 89744)
+++ Zope/hotfixes/Hotfix_20080812/trunk/__init__.py	2008-08-12 17:42:52 UTC (rev 89745)
@@ -153,7 +153,7 @@
     try:
         result = f(*args, **kw)
     except SystemExit:
-        raise ValueError('SystemExit can not be raised within a PythonScript')
+        raise ValueError('SystemExit cannot be raised within a PythonScript')
 
     if keyset is not None:
         # Store the result in the cache.



More information about the Zope-Checkins mailing list