Fixed typos in docs and comments

This commit is contained in:
Tim Graham 2013-01-29 08:45:40 -07:00
parent b99a4e1073
commit ee26797cff
15 changed files with 20 additions and 17 deletions

View file

@ -1587,7 +1587,7 @@ def prefetch_related_objects(result_cache, related_lookups):
continue
done_lookups.add(lookup)
# Top level, the list of objects to decorate is the the result cache
# Top level, the list of objects to decorate is the result cache
# from the primary QuerySet. It won't be for deeper levels.
obj_list = result_cache