Fix various a -> an typos across the library

Closes #8301, #8287
This commit is contained in:
Rapptz
2022-08-04 08:17:07 -04:00
parent c4e09acff8
commit 6c42065210
5 changed files with 15 additions and 15 deletions

View File

@ -108,7 +108,7 @@ class AllChannels:
class AppCommand(Hashable):
"""Represents a application command.
"""Represents an application command.
In common parlance this is referred to as a "Slash Command" or a
"Context Menu Command".
@ -732,7 +732,7 @@ class AppCommandThread(Hashable):
class Argument:
"""Represents a application command argument.
"""Represents an application command argument.
.. versionadded:: 2.0