Skip to content

Commit

Permalink
fix typos in contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnenschein committed Nov 25, 2024
1 parent 4d01b3e commit 0de470d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,15 @@ These commands can be performed on the entire repository, when run from the repo
and

```console
$ yapf --diff -r .
$ yapf --in-place -r .
```
The configuration for YAPF is given in `setup.cfg` and `.yapfignore`.
See the YAPF link above for advanced usage.

##### Alternative to YAPF

YAPF is not required to follow the style and formatting guidelines. You can
perform all formatting on your own using the linting output as a guild. Painful,
perform all formatting on your own using the linting output as a guide. Painful,
maybe, but possible!

## Testing
Expand Down

0 comments on commit 0de470d

Please sign in to comment.