From 4794a0e35f12c699ef4af29b355c68ca66f425aa Mon Sep 17 00:00:00 2001 From: hashlash Date: Sun, 10 Jan 2021 02:18:00 +0700 Subject: [PATCH] Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. --- docs/internals/contributing/writing-code/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index 66cbb2f8bb..bd20546608 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -15,7 +15,7 @@ review. By checking for these issues before code review it allows the reviewer to focus on the change itself, and it can also help to reduce the number CI runs. -To use the tool, first install ``pre-commit`` and then the git hooks:: +To use the tool, first install ``pre-commit`` and then the git hooks: .. console::