Fix pluralization errors in various files

* Replaced instances of 'return an' with 'returns an'
* fixed pluralization errors
This commit is contained in:
Ehren Julien-Neitzert
2019-05-23 23:31:17 -04:00
committed by Danny
parent 84e9168447
commit fc5a2936dd
5 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ If the bug report is missing this information then it'll take us longer to fix t
## Submitting a Pull Request
Submitting a pull request is fairly simple, just make sure it focuses on a single aspect and doesn't manage to have scope creep and it's probably good to go. It would be incredibly lovely if the style is consistent to those found in the project. This project follows PEP-8 guidelines (mostly) with a column limit of 125.
Submitting a pull request is fairly simple, just make sure it focuses on a single aspect and doesn't manage to have scope creep and it's probably good to go. It would be incredibly lovely if the style is consistent to that found in the project. This project follows PEP-8 guidelines (mostly) with a column limit of 125.
### Git Commit Guidelines