Skip to content

Commit

Permalink
Fix letter to be consistent with the rest of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinus-x authored Aug 22, 2020
1 parent fbd57a6 commit 315edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/mentions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __bool__(self):
class AllowedMentions:
"""A class that represents what mentions are allowed in a message.
This class can be set during :class:`Client` initialization to apply
This class can be set during :class:`Client` initialisation to apply
to every message sent. It can also be applied on a per message basis
via :meth:`abc.Messageable.send` for more fine-grained control.
Expand Down

0 comments on commit 315edd0

Please sign in to comment.