Merge pull request #3474 from clockback/use-lists-not-tuples

This commit is contained in:
Justin Mayer 2025-07-05 07:48:57 +02:00 committed by GitHub
commit bfd1068b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 18 deletions

View file

@ -819,9 +819,9 @@ Time and Date
.. parsed-literal::
LOCALE = ('usa', 'jpn', # On Windows
LOCALE = ['usa', 'jpn', # On Windows
'en_US', 'ja_JP' # On Unix/Linux
)
]
For a list of available locales refer to `locales on Windows`_ or on
Unix/Linux, use the ``locale -a`` command; see manpage