瀏覽代碼

Fixed typo in settings topic doc.

KrishnaKumar Thanki 2 年之前
父節點
當前提交
d526d1569c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/settings.txt

+ 1 - 1
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