summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders Hovmöller <boxed@killingar.net>2022-11-23 12:28:33 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-11-23 13:42:59 +0100
commit3a46d5ec7971727bc54b9ecbab4f5b6885409557 (patch)
treee0a14653472896967a71b9ee467361fbd895b3f0 /docs
parent170322451acc18ff3311c68db1b9b1d3f7cb7913 (diff)
[4.1.x] Refs #32873 -- Adjusted formatting note on USE_L10N default.
Backport of 9582f2f9d173935fef35c8c27b0f80258b1fb106 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/formatting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/formatting.txt b/docs/topics/i18n/formatting.txt
index 671901dcdc..b83c31e936 100644
--- a/docs/topics/i18n/formatting.txt
+++ b/docs/topics/i18n/formatting.txt
@@ -13,8 +13,8 @@ When it's enabled, two users accessing the same content may see dates, times and
numbers formatted in different ways, depending on the formats for their current
locale.
-The formatting system is disabled by default. To enable it, it's
-necessary to set :setting:`USE_L10N = True <USE_L10N>` in your settings file.
+The formatting system is enabled by default. To disable it, it's
+necessary to set :setting:`USE_L10N = False <USE_L10N>` in your settings file.
.. note::