Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Jun 8, 2011
1 parent 611707a commit 202d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/transactions.rst
Expand Up @@ -760,7 +760,7 @@ Context manager support
-----------------------

Instead of calling commit or abort explicitly to define transaction boundaries,
its possible to use the context manager protocol and define the boundaries
it's possible to use the context manager protocol and define the boundaries
using the with statement. For example, in our SQLAlchemy examples above, we could
have used this code after setting up our session:

Expand Down

0 comments on commit 202d0f1

Please sign in to comment.