Django

Code

Changeset 3135

Show
Ignore:
Timestamp:
06/16/06 14:35:57 (2 years ago)
Author:
adrian
Message:

Fixed typo in docstring in db/transaction.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/transaction.py

    r3045 r3135  
    115115    """ 
    116116    Puts the transaction manager into a manual state: managed transactions have 
    117     to be committed explicitely by the user. If you switch off transaction 
     117    to be committed explicitly by the user. If you switch off transaction 
    118118    management and there is a pending commit/rollback, the data will be 
    119119    commited.