Log message for revision 89760:
  Merge Maurits's r89745 as well: Proper English spelling of "cannot".
  

Changed:
  U   Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py

-=-
Modified: Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py
===================================================================
--- Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py        
2008-08-12 22:26:28 UTC (rev 89759)
+++ Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py        
2008-08-12 22:48:42 UTC (rev 89760)
@@ -325,7 +325,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.

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to