diff options
Diffstat (limited to 'django/db/models/sql/query.py')
| -rw-r--r-- | django/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
