summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro.rst')
-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.