Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
copyright = '2019--2024, EditorConfig Team'
author = 'EditorConfig Team'

version = '0.17.0'
release = '0.17.0'
version = '0.17.1'
release = '0.17.1'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 3 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ and the supported values associated with them:
Only one language can be specified. There is no default value.

The format is ``ss`` or ``ss-TT``, where ``ss`` is an `ISO 639`_
language code and ``TT`` is an `ISO 3166`_ territory identifier.
two-letter language code and ``TT`` is an `ISO 3166`_ two-letter
territory identifier. (Therefore ``spelling_language`` must be
either two or five characters long.)

**Note:** This property does **not** specify the charset to be used.
The charset is in separate property ``charset``.
Expand Down