[Checkins] SVN: zc.async/trunk/src/zc/async/job.txt Wording fix.

Gintautas Miliauskas gintas at pov.lt
Tue Jul 1 14:10:18 EDT 2008


Log message for revision 87891:
  Wording fix.
  

Changed:
  U   zc.async/trunk/src/zc/async/job.txt

-=-
Modified: zc.async/trunk/src/zc/async/job.txt
===================================================================
--- zc.async/trunk/src/zc/async/job.txt	2008-07-01 17:56:49 UTC (rev 87890)
+++ zc.async/trunk/src/zc/async/job.txt	2008-07-01 18:10:17 UTC (rev 87891)
@@ -118,7 +118,7 @@
     exceptions.RuntimeError: Bad Things Happened Here
 
 Note that all calls can return a failure explicitly, rather than raising an
-exception that the job converts to an exception. However, there is an important
+exception that the job converts to a failure. However, there is an important
 difference in behavior. If a wrapped call raises an exception, the job aborts
 the transaction; but if the wrapped call returns a failure, no automatic abort
 occurs. Wrapped calls that explicitly return failures are thus responsible for



More information about the Checkins mailing list