Skip to content

Commit

Permalink
doom and savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed Feb 8, 2017
1 parent 9cc735f commit fe0753a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ transaction managers provide an optional explicit mode. Transaction
managers have an ``explicit`` constructor keyword argument that, if
True puts the transaction manager in explicit mode. In explicit mode:

- It is an error to call ``get()``, ``commit()`` or ``abort()``
without a preceding ``begin()`` call. Doing so will raise a
``NoTransaction`` exception.
- It is an error to call ``get()``, ``commit()``, ``abort()``,
``doom()``, or ``savepoint()`` without a preceding ``begin()`` call.
Doing so will raise a ``NoTransaction`` exception.

- It is an error to call ``begin()`` after a previous ``begin()``
without an intervening ``commit()`` or ``abort()`` call. Doing so
Expand Down

0 comments on commit fe0753a

Please sign in to comment.