瀏覽代碼

Fixed #34064 -- Adjusted locale override wording in settings docs.

Tibor Leupold 2 年之前
父節點
當前提交
33f4de34e6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/ref/settings.txt

+ 2 - 2
docs/ref/settings.txt

@@ -2886,8 +2886,8 @@ Default: ``False``
 A boolean that specifies whether to display numbers using a thousand separator.
 When set to ``True`` and :setting:`USE_L10N` is also ``True``, Django will
 format numbers using the :setting:`NUMBER_GROUPING` and
-:setting:`THOUSAND_SEPARATOR` settings. These settings may also be dictated by
-the locale, which takes precedence.
+:setting:`THOUSAND_SEPARATOR` settings. The latter two settings may also be
+dictated by the locale, which takes precedence.
 
 See also :setting:`DECIMAL_SEPARATOR`, :setting:`NUMBER_GROUPING` and
 :setting:`THOUSAND_SEPARATOR`.