mirror of
https://github.com/django/django.git
synced 2025-09-28 21:14:55 +00:00
Fixed typo in docstring.
This commit is contained in:
parent
9d95dd08e5
commit
be6d1f39e8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue