Commit 72307a6e authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed typo in docstring in db/transaction.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bca5327b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ def is_managed():
def managed(flag=True):
    """
    Puts the transaction manager into a manual state: managed transactions have
    to be committed explicitely by the user. If you switch off transaction
    to be committed explicitly by the user. If you switch off transaction
    management and there is a pending commit/rollback, the data will be
    commited.
    """