From fc5a2936dd9456f1489dc1125c12448a2af23e15 Mon Sep 17 00:00:00 2001 From: Ehren Julien-Neitzert Date: Thu, 23 May 2019 23:31:17 -0400 Subject: Fix pluralization errors in various files * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3