From 1f37babd3e0a06576508952c034105ae26670750 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Tue, 13 Nov 2018 11:14:52 +0800 Subject: [PATCH] remove the repetition words in coding-guidelines.rst Change-Id: I30c19a047e43fba7d3469c810ab475e775bc3f06 --- doc/source/coding-guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/coding-guidelines.rst b/doc/source/coding-guidelines.rst index a5d83c0a..379eb09d 100644 --- a/doc/source/coding-guidelines.rst +++ b/doc/source/coding-guidelines.rst @@ -278,7 +278,7 @@ Import ordering * Third party modules * Local modules -They should be be alphabetical order, with a single space between them, and +They should be alphabetical order, with a single space between them, and preferably in alphabetical order. If load order is important (and it shouldn't be!) then that's the only reason they shouldn't be in alpha order.