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

@ -1642,7 +1642,7 @@ this goal, it must make use of a couple of data classes that aid in this goal.
.. describe:: iter(diff)
Return an iterator over (attribute, value) tuple of this diff.
Returns an iterator over (attribute, value) tuple of this diff.
.. attribute:: name