summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrishnaKumar Thanki <53460294+krishnathanki@users.noreply.github.com>2022-11-23 14:30:47 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-11-23 14:32:58 +0100
commitd526d1569ca4a1e62bb6a1dd779d2068766d348c (patch)
treecb2a1fa462f3989d4e3ac46dd54cd57bc0f91bec /docs
parent5322b57f5634cab1649177f97a408bbac7efa28f (diff)
Fixed typo in settings topic doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt
index efc23c6296..5b8265660c 100644
--- a/docs/topics/settings.txt
+++ b/docs/topics/settings.txt
@@ -231,7 +231,7 @@ Normally, you will not need to override the defaults in this fashion. The
Django defaults are sufficiently tame that you can safely use them. Be aware
that if you do pass in a new default module, it entirely *replaces* the Django
defaults, so you must specify a value for every possible setting that might be
-used in that code you are importing. Check in
+used in the code you are importing. Check in
``django.conf.settings.global_settings`` for the full list.
Either ``configure()`` or :envvar:`DJANGO_SETTINGS_MODULE` is required