Skip to content

Commit

Permalink
Fix a spurious doctest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 11, 2016
1 parent beed23b commit 834e10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/convenience.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ We can use it with a manager:
>>> dm['z']
3

>>> dm.last_note
'test 3'
>>> dm.last_note == u'test 3'
True

>>> with transaction.manager: #doctest ELLIPSIS
... dm['z'] = 4
Expand Down

0 comments on commit 834e10a

Please sign in to comment.