Log message for revision 89747: wording 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 18:17:15 UTC (rev 89746) +++ Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py 2008-08-12 18:18:43 UTC (rev 89747) @@ -325,7 +325,7 @@ try: result = f(*args, **kw) except SystemExit: - raise ValueError('SystemExit can not raised with a PythonScript') + raise ValueError('SystemExit can not 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