Commit 86ec69a4 authored by Tim Peters's avatar Tim Peters

Small correction to example.

parent 616f303c
......@@ -18,7 +18,7 @@ get_transaction() builtin, which will be deprecated. For example:
should now be written as
>>> import transaction
>>> transaction.get()
>>> transaction.commit()
The new API provides explicit transaction manager objects. The
transaction manager (TM) is responsible for associating resource
......
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