summaryrefslogtreecommitdiff
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:34:01 +0100
commit81003a9ee6380f9bd6ba9177ff21b8ab48cbee0b (patch)
tree5d07a6c6ebf08af08c1eacd3c1209b3469fb157b
parent2c099a257a81c9a78143f3ac26e103c7e1697684 (diff)
[4.1.x] Fixed typo in settings topic doc.
Backport of d526d1569ca4a1e62bb6a1dd779d2068766d348c from main
-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 7c824b98f7..db106c7bb7 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