[Zodb-checkins] SVN: ZODB/branches/3.9/src/CHANGES.txt Added some backticks

Jim Fulton jim at zope.com
Wed Sep 9 05:44:02 EDT 2009


Log message for revision 103681:
  Added some backticks
  

Changed:
  U   ZODB/branches/3.9/src/CHANGES.txt

-=-
Modified: ZODB/branches/3.9/src/CHANGES.txt
===================================================================
--- ZODB/branches/3.9/src/CHANGES.txt	2009-09-09 09:43:31 UTC (rev 103680)
+++ ZODB/branches/3.9/src/CHANGES.txt	2009-09-09 09:44:02 UTC (rev 103681)
@@ -19,8 +19,8 @@
   object can now *also* be used as an object with attributes mapped to
   the root-object keys.
 
-- Databases have a new method, transaction, that can be used with the
-  Python (2.5 and later) with statement::
+- Databases have a new method, ``transaction``, that can be used with the
+  Python (2.5 and later) ``with`` statement::
 
      db = ZODB.DB(...)
      with db.transaction() as conn:



More information about the Zodb-checkins mailing list