From 900bad65d34680c20ed09b10e8c9e659f74f6673 Mon Sep 17 00:00:00 2001 From: csukuangfj Date: Wed, 18 Oct 2023 16:14:50 +0000 Subject: [PATCH] deploy: 98c5286404a0add86bc6243171fc092ea89c51bb --- _sources/contributing/code-style.rst.txt | 2 +- contributing/code-style.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/contributing/code-style.rst.txt b/_sources/contributing/code-style.rst.txt index 3baaaeec2..cb08229c3 100644 --- a/_sources/contributing/code-style.rst.txt +++ b/_sources/contributing/code-style.rst.txt @@ -38,7 +38,7 @@ Please fix any issues reported by the check tools. .. HINT:: Some of the check tools, i.e., ``black`` and ``isort`` will modify - the files to be commited **in-place**. So please run ``git status`` + the files to be committed **in-place**. So please run ``git status`` after failure to see which file has been modified by the tools before you make any further changes. diff --git a/contributing/code-style.html b/contributing/code-style.html index 1c96d7c93..debb240d4 100644 --- a/contributing/code-style.html +++ b/contributing/code-style.html @@ -132,7 +132,7 @@ Please fix any issues reported by the check tools.

Hint

Some of the check tools, i.e., black and isort will modify -the files to be commited in-place. So please run git status +the files to be committed in-place. So please run git status after failure to see which file has been modified by the tools before you make any further changes.