From 19d0848e42e9b288ad0263678afece48518d0fb1 Mon Sep 17 00:00:00 2001 From: Minecraftchest1 Date: Sun, 31 Jul 2022 06:20:23 -0500 Subject: [PATCH] Fix spelling/grammer error. (#1419) --- docs/development_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_guidelines.md b/docs/development_guidelines.md index 35cb9539..5f2b0101 100644 --- a/docs/development_guidelines.md +++ b/docs/development_guidelines.md @@ -43,7 +43,7 @@ Also note that `_LOGGER.info` is reserved for the core, use `_LOGGER.debug` for ### Ordering of imports -Instead of order the imports manually, use [`isort`](https://github.com/timothycrosley/isort). +Instead of ordering the imports manually, use [`isort`](https://github.com/timothycrosley/isort). ```shell pip3 install isort