Django

Code

Changeset 7346

Show
Ignore:
Timestamp:
03/21/08 11:09:41 (6 months ago)
Author:
mtredinnick
Message:

queryset-refactor: People are getting picky about my spelling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/queryset-refactor/django/db/models/query.py

    r7343 r7346  
    121121    def _merge_sanity_check(self, other): 
    122122        """ 
    123         Checks that we are merging two comparable queyrset classes. 
     123        Checks that we are merging two comparable queryset classes. 
    124124        """ 
    125125        if self.__class__ is not other.__class__: