diff options
| -rw-r--r-- | django/db/models/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/query.py b/django/db/models/query.py index 58f9313e3d..fbd391971f 100644 --- a/django/db/models/query.py +++ b/django/db/models/query.py @@ -712,7 +712,7 @@ class QuerySet(object): def using(self, alias): """ - Selects which database this QuerySet should excecute it's query against. + Selects which database this QuerySet should excecute its query against. """ clone = self._clone() clone._db = alias |
