[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py wording
Andreas Jung
andreas at andreas-jung.com
Tue Aug 12 14:18:43 EDT 2008
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.
More information about the Zope-Checkins
mailing list