1
0
mirror of https://github.com/django/django.git synced 2025-07-05 10:19:20 +00:00

queryset-refactor: Typo fix. Fixed #6806.

git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-03-18 06:14:56 +00:00
parent 6df9e25b61
commit 6b974720a9

View File

@ -1255,7 +1255,7 @@ class Query(object):
def add_extra(self, select, where, params, tables, order_by):
"""
Adds data to the various extra_* attributes for user-created additiosn
Adds data to the various extra_* attributes for user-created additions
to the query.
"""
if select: