Commit 2c7127ed authored by Jim Fulton's avatar Jim Fulton

Added some backticks

parent fd5d12a0
......@@ -19,8 +19,8 @@ New Features (in more or less reverse chronological order)
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment