diff options
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index bd20546608..20572ad636 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. |
