Commit be6d1f39 authored by Rodolfo Carvalho's avatar Rodolfo Carvalho Committed by Baptiste Mispelon
Browse files

Fixed typo in docstring.

parent 9d95dd08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()