From 1443b5e9aca56e249d751d6486c402b3679d3c38 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 2 Jun 2021 02:14:57 -0400 Subject: [PATCH] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. --- docs/internals/contributing/writing-code/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index bd20546608b..20572ad6361 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -25,7 +25,7 @@ To use the tool, first install ``pre-commit`` and then the git hooks: On the first commit ``pre-commit`` will install the hooks, these are installed in their own environments and will take a short while to install on the first run. Subsequent checks will be significantly faster. -If the an error is found an appropriate error message will be displayed. +If an error is found an appropriate error message will be displayed. If the error was with ``isort`` then the tool will go ahead and fix them for you. Review the changes and re-stage for commit if you are happy with them.