Fix typos in Contributing.md (#2897)

This commit is contained in:
Steven Haley 2022-07-28 08:30:25 +01:00 committed by GitHub
parent 1162daa7f3
commit ae84c5a533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,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.