From 8e2f11d1651ccfbb5c32510ddcc99341c6602771 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 22 Apr 2019 08:28:53 +0200 Subject: [PATCH] fixed doc (missing word) --- doc/filters/escape.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters/escape.rst b/doc/filters/escape.rst index 1a41d0985..4cfd15809 100644 --- a/doc/filters/escape.rst +++ b/doc/filters/escape.rst @@ -107,8 +107,8 @@ string to escape, and the charset. .. note:: - Built-in escapers cannot be overridden mainly they should be considered as - the final implementation and also for better performance. + Built-in escapers cannot be overridden mainly because they should be + considered as the final implementation and also for better performance. Arguments ---------