Skip to content

Commit

Permalink
[3.2.x] Fixed typo in docs/internals/contributing/writing-code/coding…
Browse files Browse the repository at this point in the history
…-style.txt.

Backport of 1443b5e from main
  • Loading branch information
jacobtylerwalls authored and felixxm committed Jun 2, 2021
1 parent 94675a7 commit bf08609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/coding-style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf08609

Please sign in to comment.