summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-10 16:12:25 -0700
committerDavid Lord <davidism@gmail.com>2021-04-10 16:12:25 -0700
commit1932ce3dc44e16394888cf04666d9b7a1795da76 (patch)
tree240f231e7ca27ae18fa35855ea3d4a4a7eddcca1 /docs
parenta9b06f4bd271de7f56347f602dd90b41c3db8327 (diff)
downloadjinja2-1932ce3dc44e16394888cf04666d9b7a1795da76.tar.gz
async support doesn't require patchinginline-async
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 25c2b58..56446a2 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -12,8 +12,8 @@ It includes:
- HTML templates can use autoescaping to prevent XSS from untrusted
user input.
- A sandboxed environment can safely render untrusted templates.
-- AsyncIO support for generating templates and calling async
- functions.
+- Async support for generating templates that automatically handle
+ sync and async functions without extra syntax.
- I18N support with Babel.
- Templates are compiled to optimized Python code just-in-time and
cached, or can be compiled ahead-of-time.