Fix grammar in key_ordering docs to make Lintian happy
Fixes part of #76
This commit is contained in:
committed by
Adrien Vergé
parent
8a320aaf2c
commit
7974d518cd
@@ -18,8 +18,8 @@
|
|||||||
Use this rule to enforce alphabetical ordering of keys in mappings. The sorting
|
Use this rule to enforce alphabetical ordering of keys in mappings. The sorting
|
||||||
order uses the Unicode code point number as a default. As a result, the
|
order uses the Unicode code point number as a default. As a result, the
|
||||||
ordering is case-sensitive and not accent-friendly (see examples below).
|
ordering is case-sensitive and not accent-friendly (see examples below).
|
||||||
This can be changed by setting the global ``locale`` option. This allows to
|
This can be changed by setting the global ``locale`` option. This allows one
|
||||||
sort case and accents properly.
|
to sort case and accents properly.
|
||||||
|
|
||||||
.. rubric:: Examples
|
.. rubric:: Examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user