Skip to content

Commit 3ed4997

Browse files
Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set() docstring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 16cf243 commit 3ed4997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/db/models/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_empty_query_set(self):
4343

4444
def get_query_set(self):
4545
"""Returns a new QuerySet object. Subclasses can override this method
46-
to easily customise the behaviour of the Manager.
46+
to easily customize the behavior of the Manager.
4747
"""
4848
return QuerySet(self.model)
4949

0 commit comments

Comments
 (0)