diff --git a/docs/templates_python.txt b/docs/templates_python.txt index c6e9223e9f..95bbd8c03e 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -983,7 +983,7 @@ Notes: exception. It should fail silently, just as template filters should. Ultimately, this decoupling of compilation and rendering results in an -efficient template system, because a template can render multiple context +efficient template system, because a template can render multiple contexts without having to be parsed multiple times. Auto-escaping considerations