From de385b25be27dd0a41e95ddeecf662634acb94d6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 17 Oct 2016 15:39:21 -0700 Subject: [PATCH] fixed typo --- doc/tags/embed.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tags/embed.rst b/doc/tags/embed.rst index 5a6a0299a..66fc21b5f 100644 --- a/doc/tags/embed.rst +++ b/doc/tags/embed.rst @@ -170,9 +170,9 @@ The ``embed`` tag takes the exact same arguments as the ``include`` tag: .. warning:: As embedded templates do not have "names", auto-escaping strategies based - on the template "filename" won't work as expected if you change the - context (for instance, if you embed a CSS/JavaScript template into an HTML - one). In that case, explicitly set the default auto-escaping strategy with - the ``autoescape`` tag. + on the template name won't work as expected if you change the context (for + instance, if you embed a CSS/JavaScript template into an HTML one). In that + case, explicitly set the default auto-escaping strategy with the + ``autoescape`` tag. .. seealso:: :doc:`include<../tags/include>`