Django

Code

Changeset 7109

Show
Ignore:
Timestamp:
02/13/08 17:28:58 (10 months ago)
Author:
russellm
Message:

Fixed #6596 -- Corrected minor typo in comment. Thanks, cbmeeks@gmail.com.

Files:

Legend:

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

    r7098 r7109  
    140140        # overrides it. It should be one or the other; don't duplicate the work 
    141141        # The reason for the kwargs check is that standard iterator passes in by 
    142         # args, and nstantiation for iteration is 33% faster. 
     142        # args, and instantiation for iteration is 33% faster. 
    143143        args_len = len(args) 
    144144        if args_len > len(self._meta.fields):