Co-authored-by: Tim Head <betatim@gmail.com>
This commit is contained in:
Yuvi Panda
2020-09-17 16:40:10 +05:30
committed by YuviPanda
parent 4f9664cfe2
commit 20ea322e25

View File

@@ -1160,7 +1160,7 @@ class BaseHandler(RequestHandler):
""" """
Return the jinja template object for a given name Return the jinja template object for a given name
If sync is True, we return a Template that is compiled without async suppor. If sync is True, we return a Template that is compiled without async support.
Only those can be used in synchronous code. Only those can be used in synchronous code.
If sync is False, we return a Template that is compiled with async support If sync is False, we return a Template that is compiled with async support