[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Added some backticks
Jim Fulton
jim at zope.com
Wed Sep 9 05:43:31 EDT 2009
Log message for revision 103680:
Added some backticks
Changed:
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2009-09-09 09:42:53 UTC (rev 103679)
+++ ZODB/trunk/src/CHANGES.txt 2009-09-09 09:43:31 UTC (rev 103680)
@@ -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