From 6e97b061558f02ffc42691b530d61d2e76319d6c Mon Sep 17 00:00:00 2001 From: Oliver Beattie Date: Thu, 15 Dec 2011 09:47:34 +0000 Subject: [PATCH] Small typo fix to extension docs --- docs/extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions.rst b/docs/extensions.rst index c6b6ec9e3..f97a1a147 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -219,7 +219,7 @@ common use cases. The i18n extension is a good example of why extensions are useful, another one would be fragment caching. When writing extensions you have to keep in mind that you are working with the -Jinja2 template compiler which does not validate the node tree you are possing +Jinja2 template compiler which does not validate the node tree you are passing to it. If the AST is malformed you will get all kinds of compiler or runtime errors that are horrible to debug. Always make sure you are using the nodes you create correctly. The API documentation below shows which nodes exist and