From be6d1f39e803aa86977a76c4e0a62ffbb5accf56 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 15 Feb 2014 13:20:48 +0100 Subject: [PATCH] Fixed typo in docstring. --- django/db/backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py index 48f448b58f7c6..d513541e2e866 100644 --- a/django/db/backends/__init__.py +++ b/django/db/backends/__init__.py @@ -278,7 +278,7 @@ def enter_transaction_management(self, managed=True, forced=False): 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()