Fixed typo in docstring.

This commit is contained in:
Rodolfo Carvalho 2014-02-15 13:20:48 +01:00 committed by Baptiste Mispelon
parent 9d95dd08e5
commit be6d1f39e8
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class BaseDatabaseWrapper(object):
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()