Skip to content

Commit

Permalink
Merge Maurits's r89745 as well: Proper English spelling of "cannot".
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Aug 12, 2008
1 parent 5546fb4 commit 3002686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _exec(self, bound_names, args, kw):
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.
Expand Down

0 comments on commit 3002686

Please sign in to comment.