From 7974d518cd79446c00da293c6390a3b3d4c31c99 Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Sat, 19 Mar 2022 11:08:15 -0400 Subject: [PATCH] Fix grammar in key_ordering docs to make Lintian happy Fixes part of #76 --- yamllint/rules/key_ordering.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yamllint/rules/key_ordering.py b/yamllint/rules/key_ordering.py index eca38ab..c5cb45a 100644 --- a/yamllint/rules/key_ordering.py +++ b/yamllint/rules/key_ordering.py @@ -18,8 +18,8 @@ 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 ordering is case-sensitive and not accent-friendly (see examples below). -This can be changed by setting the global ``locale`` option. This allows to -sort case and accents properly. +This can be changed by setting the global ``locale`` option. This allows one +to sort case and accents properly. .. rubric:: Examples