diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92a7853fea..2b8e6719c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -258,7 +258,7 @@ However, should you prefer to execute them locally, here are a few details about ### Black -Black runs with no other configuration than an increase line lenght to 120 characters. Its condiguration can be found in `pyproject.toml`. +Black runs with no other configuration than increasing line length to 120 characters. Its configuration can be found in `pyproject.toml`. You can run it with `python -m black .` from the root folder.