diff options
author | David Lord <davidism@gmail.com> | 2021-04-10 16:12:25 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2021-04-10 16:12:25 -0700 |
commit | 1932ce3dc44e16394888cf04666d9b7a1795da76 (patch) | |
tree | 240f231e7ca27ae18fa35855ea3d4a4a7eddcca1 /docs | |
parent | a9b06f4bd271de7f56347f602dd90b41c3db8327 (diff) | |
download | jinja2-inline-async.tar.gz |
async support doesn't require patchinginline-async
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 4 |
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. |