summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2023-06-22 11:55:38 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-06-23 09:29:35 +0200
commitf8092ee9adafaa052172712349a32bd5889b5ccb (patch)
tree29d9cf1b39c7e35a58328b1996824f01aa3fba4d /docs/ref/settings.txt
parent107865780aa44914e21d27fdf4ca269bc61c7f01 (diff)
Improved style of n-tuple wording in docs and comments.
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 005d2d91cd..6452a5ce16 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1959,7 +1959,7 @@ and including a copy here would inevitably become rapidly out of date. You can
see the current list of translated languages by looking in
:source:`django/conf/global_settings.py`.
-The list is a list of two-tuples in the format
+The list is a list of 2-tuples in the format
(:term:`language code<language code>`, ``language name``) -- for example,
``('ja', 'Japanese')``.
This specifies which languages are available for language selection. See