1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

linting fix on docs

This commit is contained in:
Andrew Miller 2024-07-02 13:32:04 +01:00
parent 364ff5782f
commit 956e4bca19

View File

@ -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.