diff --git a/content/developer/reference/frontend/qweb.rst b/content/developer/reference/frontend/qweb.rst index 96d6fec16..825fbcbf0 100644 --- a/content/developer/reference/frontend/qweb.rst +++ b/content/developer/reference/frontend/qweb.rst @@ -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