diff options
| author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2014-02-15 13:20:48 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-02-15 13:35:41 +0100 |
| commit | be6d1f39e803aa86977a76c4e0a62ffbb5accf56 (patch) | |
| tree | b19ffa67688903c598dc512eba90f58e768cf863 | |
| parent | 9d95dd08e55df6ce193a955656400f2190ef390a (diff) | |
Fixed typo in docstring.
| -rw-r--r-- | django/db/backends/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py index 48f448b58f..d513541e2e 100644 --- a/django/db/backends/__init__.py +++ b/django/db/backends/__init__.py @@ -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() |
