diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-06-02 02:14:57 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-06-02 08:15:41 +0200 |
| commit | bf08609501a2334d5a4dfc18b913585dd0f20096 (patch) | |
| tree | fee1b7b35220a75da8d02860be32e065e264f57c /docs/internals/contributing/writing-code | |
| parent | 94675a76339f98ed6fa9d07d4e647f8ef33953a0 (diff) | |
[3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Backport of 1443b5e9aca56e249d751d6486c402b3679d3c38 from main
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. |
