[FIX] qweb: type "overrinding"

overrinding -> overriding

closes odoo/documentation#6047

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Denis Ledoux 2023-10-06 15:32:57 +02:00 committed by GitHub
parent c34c5b190b
commit d141144be5

View File

@ -376,7 +376,7 @@ Creating safe content using :class:`~markupsafe.Markup`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
See the official documentation for explanations, but the big advantage of
:class:`~markupsafe.Markup` is that it's a very rich type overrinding
:class:`~markupsafe.Markup` is that it's a very rich type overriding
:class:`str` operations to *automatically escape parameters*.
This means that it's easy to create *safe* html snippets by using