[Checkins] SVN: transaction/branches/chrism-job/CHANGES.txt update docs

Chris McDonough cvs-admin at zope.org
Wed Apr 4 08:29:07 UTC 2012


Log message for revision 124933:
  update docs

Changed:
  U   transaction/branches/chrism-job/CHANGES.txt

-=-
Modified: transaction/branches/chrism-job/CHANGES.txt
===================================================================
--- transaction/branches/chrism-job/CHANGES.txt	2012-04-04 08:28:05 UTC (rev 124932)
+++ transaction/branches/chrism-job/CHANGES.txt	2012-04-04 08:29:04 UTC (rev 124933)
@@ -18,7 +18,7 @@
   When the ``job`` method decorates another function, the logic of the
   function will be run within the bounds of a transaction.  If the logic
   raises no exception, the transaction will be committed.  If the logic
-  raises an exception, the transaction will be aborted
+  raises an exception, the transaction will be aborted.::
 
       from transaction import TransactionManager
 



More information about the checkins mailing list