Skip to content

Commit

Permalink
Fix typo in transaction.Atomic docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Apr 3, 2013
1 parent c8deaa9 commit bd9b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/transaction.py
Expand Up @@ -196,7 +196,7 @@ class Atomic(object):
connection. None denotes the absence of a savepoint.
This allows reentrancy even if the same AtomicWrapper is reused. For
example, it's possible to define `oa = @atomic('other')` and use `@ao` or
example, it's possible to define `oa = @atomic('other')` and use `@oa` or
`with oa:` multiple times.
Since database connections are thread-local, this is thread-safe.
Expand Down

0 comments on commit bd9b324

Please sign in to comment.