瀏覽代碼

Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.

Jacob Walls 3 年之前
父節點
當前提交
1443b5e9ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/internals/contributing/writing-code/coding-style.txt

+ 1 - 1
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.