Fix spelling/grammer error. (#1419)

This commit is contained in:
Minecraftchest1 2022-07-31 06:20:23 -05:00 committed by GitHub
parent d0ad5934f8
commit 19d0848e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ Also note that `_LOGGER.info` is reserved for the core, use `_LOGGER.debug` for
### Ordering of imports ### 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 ```shell
pip3 install isort pip3 install isort