From 20ea322e250d44bfd79b008adf75cf7ece1ba257 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Thu, 17 Sep 2020 16:40:10 +0530 Subject: [PATCH] Fix typo Co-authored-by: Tim Head --- jupyterhub/handlers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/handlers/base.py b/jupyterhub/handlers/base.py index 0f91d4ab..1608e14a 100644 --- a/jupyterhub/handlers/base.py +++ b/jupyterhub/handlers/base.py @@ -1160,7 +1160,7 @@ class BaseHandler(RequestHandler): """ 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. If sync is False, we return a Template that is compiled with async support