summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-01-13 12:39:14 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-13 12:39:14 +0100
commit20debf01bd3b58ba28ffc6606333851a7ef18bea (patch)
tree403b55b4b423b6ce0b0367de9541830ad029e5f0 /docs
parent77d335e5abec889b15323975187a8d5b10bfcb0f (diff)
Fixed typo in docs/ref/django-admin.txt.
Diffstat (limited to 'docs')
-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 cbb4a2d8ed..3f95d8e1ce 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -218,7 +218,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'``.