remove the repetition words in coding-guidelines.rst

Change-Id: I30c19a047e43fba7d3469c810ab475e775bc3f06
This commit is contained in:
zhouxinyong 2018-11-13 11:14:52 +08:00
parent 79ff68d3b4
commit 1f37babd3e
1 changed files with 1 additions and 1 deletions

View File

@ -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.