From 315edd0b602ef034b214437766f0d53508dc42c6 Mon Sep 17 00:00:00 2001
From: sinus-x <14353790+sinus-x@users.noreply.github.com>
Date: Sat, 22 Aug 2020 22:25:44 +0200
Subject: [PATCH] Fix letter to be consistent with the rest of the docs

---
 discord/mentions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discord/mentions.py b/discord/mentions.py
index 21e8beee2..a2ae86ec8 100644
--- a/discord/mentions.py
+++ b/discord/mentions.py
@@ -39,7 +39,7 @@ default = _FakeBool()
 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.