From 65337f8a78073404bf8d99625c77bafd63b048b2 Mon Sep 17 00:00:00 2001 From: nwalsh1995 Date: Tue, 17 Apr 2018 14:55:13 -0700 Subject: [PATCH] Fix small typo --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index c35f1f9a..90b3e46f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -551,7 +551,7 @@ understand because it has some impact to what you are doing: Awaitable objects can be returned from functions in templates and any function call in a template will automatically await the result. This -means that you can let provide a method that asynchronously loads data +means that you can provide a method that asynchronously loads data from a database if you so desire and from the template designer's point of view this is just another function they can call. This means that the ``await`` you would normally issue in Python is implied. However this -- 2.47.2