aboutsummaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorEhren Julien-Neitzert <[email protected]>2019-05-23 23:31:17 -0400
committerDanny <[email protected]>2019-05-23 23:31:17 -0400
commitfc5a2936dd9456f1489dc1125c12448a2af23e15 (patch)
tree7c53fbf6c6a8779967c54d73b44269105c36bc79 /.github/CONTRIBUTING.md
parentGrammar fixes for notes on EmbedProxy (diff)
downloaddiscord.py-fc5a2936dd9456f1489dc1125c12448a2af23e15.tar.xz
discord.py-fc5a2936dd9456f1489dc1125c12448a2af23e15.zip
Fix pluralization errors in various files
* Replaced instances of 'return an' with 'returns an' * fixed pluralization errors
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 1247263f..68f037c3 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -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