mirror of https://github.com/django/django.git
Fixed typo in docstring.
This commit is contained in:
parent
9d95dd08e5
commit
be6d1f39e8
|
@ -278,7 +278,7 @@ class BaseDatabaseWrapper(object):
|
||||||
when no current block is running).
|
when no current block is running).
|
||||||
|
|
||||||
If you switch off transaction management and there is a pending
|
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()
|
self.validate_no_atomic_block()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue