Skip to content

Commit f4e1e2d

Browse files
Fix typos in subsection 'Code Style' of the Contributors Guide (#2064)
1 parent 5345678 commit f4e1e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ code, be sure to follow the general guidelines in the
471471

472472
### Code Style
473473

474-
We use some tools to to format the code so we don't have to think about it:
474+
We use some tools to format the code so we don't have to think about it:
475475

476476
- [Black](https://github.com/psf/black)
477477
- [blackdoc](https://github.com/keewis/blackdoc)
@@ -491,7 +491,7 @@ For consistency, we also use UNIX-style line endings (`\n`) and file permission
491491
Don't worry if you forget to do it. Our continuous integration systems will
492492
warn us and you can make a new commit with the formatted code.
493493
Even better, you can just write `/format` in the first line of any comment in a
494-
Pull Request to lint the code automatically.
494+
pull request to lint the code automatically.
495495

496496
When wrapping a new alias, use an underscore to separate words bridged by vowels
497497
(aeiou), such as `no_skip` and `z_only`. Do not use an underscore to separate

0 commit comments

Comments
 (0)