From 956e4bca1977df5b940123489267516ff6ad3caf Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Tue, 2 Jul 2024 13:32:04 +0100 Subject: [PATCH] linting fix on docs --- docs/ref/contrib/messages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 2a591f0201..c3cf81d988 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -259,7 +259,7 @@ The ``Message`` class can be changed if you need by using the :setting:`MESSAGE_TAGS` setting. * ``extra_kwargs``: This variable accepts all further keyword arguments - to the Message class. The default behaviour is that this does nothing, + to the Message class. The default behavior is that this does nothing, but allows third-party storage classes to extend the behaviour of this class.