Fix letter to be consistent with the rest of the docs

This commit is contained in:
sinus-x 2020-08-22 22:25:44 +02:00 committed by GitHub
parent fbd57a63ab
commit 315edd0b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ default = _FakeBool()
class AllowedMentions: class AllowedMentions:
"""A class that represents what mentions are allowed in a message. """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 to every message sent. It can also be applied on a per message basis
via :meth:`abc.Messageable.send` for more fine-grained control. via :meth:`abc.Messageable.send` for more fine-grained control.