diff options
| author | Ehren Julien-Neitzert <[email protected]> | 2019-05-23 23:31:17 -0400 |
|---|---|---|
| committer | Danny <[email protected]> | 2019-05-23 23:31:17 -0400 |
| commit | fc5a2936dd9456f1489dc1125c12448a2af23e15 (patch) | |
| tree | 7c53fbf6c6a8779967c54d73b44269105c36bc79 /docs/api.rst | |
| parent | Grammar fixes for notes on EmbedProxy (diff) | |
| download | discord.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 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 8bd2b2cf..f8d2af31 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 |