Skip to content

Commit

Permalink
Fixed a failute caused by transaction-package changes.
Browse files Browse the repository at this point in the history
Weird, I thought I'd tested the transaction changes against ZODB. :/
  • Loading branch information
Jim Fulton committed Nov 13, 2016
1 parent 327d726 commit 379f7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide/transactions-and-threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ So, for example, if we wanted to set a transaction note::
.. -> src
>>> exec(src)
>>> db.history(conn.root()._p_oid)[0]['description']
>>> str(db.history(conn.root()._p_oid)[0]['description'])
'incrementing x again'
Here, we used the
Expand Down

0 comments on commit 379f7e5

Please sign in to comment.