From 6b974720a916dd014a5aff22bbd2349e47d6ec6c Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 18 Mar 2008 06:14:56 +0000 Subject: [PATCH] queryset-refactor: Typo fix. Fixed #6806. git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7282 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/db/models/sql/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index ab6efd453f..384ff140a9 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -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: