summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/coding-style.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-06-02 02:14:57 -0400
committerGitHub <noreply@github.com>2021-06-02 08:14:57 +0200
commit1443b5e9aca56e249d751d6486c402b3679d3c38 (patch)
treec1df7c326ebfd4396dc67eedd8c4670fa7e4f64b /docs/internals/contributing/writing-code/coding-style.txt
parente703b152c6148ddda1b072a4353e9a41dca87f90 (diff)
Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.
Diffstat (limited to 'docs/internals/contributing/writing-code/coding-style.txt')
-rw-r--r--docs/internals/contributing/writing-code/coding-style.txt2
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.