0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed typo in docs/ref/django-admin.txt.

This commit is contained in:
Daniel Hahler 2020-01-13 12:39:14 +01:00 committed by Mariusz Felisiak
parent 77d335e5ab
commit 20debf01bd

View File

@ -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'``.