Fix typo in code-style.rst (#1318)

This commit is contained in:
Ikko Eltociear Ashimine 2023-10-19 01:13:50 +09:00 committed by GitHub
parent 52c24df61d
commit 98c5286404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.