Skip to content

Commit

Permalink
Fixed typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho authored and bmispelon committed Feb 15, 2014
1 parent 9d95dd0 commit be6d1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/backends/__init__.py
Expand Up @@ -278,7 +278,7 @@ def enter_transaction_management(self, managed=True, forced=False):
when no current block is running).
If you switch off transaction management and there is a pending
commit/rollback, the data will be commited, unless "forced" is True.
commit/rollback, the data will be committed, unless "forced" is True.
"""
self.validate_no_atomic_block()

Expand Down

0 comments on commit be6d1f3

Please sign in to comment.