SVN: ZODB/trunk/src/CHANGES.txt Added some backticks
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090909094331.8CD3594186__36725.3990065821$1252489421$gmane$org@cvs.zope.org> |
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: