From 1932ce3dc44e16394888cf04666d9b7a1795da76 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 10 Apr 2021 16:12:25 -0700 Subject: async support doesn't require patching --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro.rst') 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. -- cgit v1.2.1