summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index fbea71e6e6..f3e42aa367 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -224,7 +224,7 @@ Specifies the database onto which to open a shell. Defaults to ``default``.
.. note::
- Be aware that not all options set it in the :setting:`OPTIONS` part of your
+ Be aware that not all options set in the :setting:`OPTIONS` part of your
database configuration in :setting:`DATABASES` are passed to the
command-line client, e.g. ``'isolation_level'``.