Skip to content

Commit 32387ea

Browse files
shundreadThiago Chaves de Oliveira Hortafsbraun
authored
docs: Require American spelling in documentation (#8207)
It's the standard spelling choice in Python, Django, JavaScript, CSS and most of Django CMS's codebase itself Co-authored-by: Thiago Chaves de Oliveira Horta <thiago.coh@gmail.com> Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent 0204fc6 commit 32387ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
# extensions.append("sphinxcontrib.spelling")
287287

288288
# Spelling language.
289-
spelling_lang = 'en_GB'
289+
spelling_lang = 'en_US'
290290

291291
# Location of word list.
292292
spelling_word_list_filename = 'spelling_wordlist'

docs/contributing/documentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Documentation should be:
1818
- written using valid Sphinx_/restructuredText_ syntax (see below for specifics); the
1919
file extension should be ``.rst``
2020
- wrapped at 100 characters per line
21-
- written in English, using British English spelling and punctuation
21+
- written in English, using American English spelling and punctuation
2222
- accessible - you should assume the reader to be moderately familiar with Python and
2323
Django, but not anything else. Link to documentation of libraries you use, for
2424
example, even if they are "obvious" to you
@@ -135,8 +135,8 @@ You need to check your spelling before submitting documentation.
135135

136136
.. important::
137137

138-
We use British English rather than US English spellings. This means that we use
139-
*colour* rather than *color*, *emphasise* rather than *emphasize* and so on.
138+
Prefer American English spelling, as it is the standard used in Python, Django,
139+
JavaScript, CSS and Django CMS.
140140

141141
Install the spelling software
142142
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)