[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/PythonScript.py Merge Maurits's r89745 as well: Proper English spelling of "cannot".
Philipp von Weitershausen
philikon at philikon.de
Tue Aug 12 18:48:43 EDT 2008
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.
More information about the Zope-Checkins
mailing list