From: nwalsh1995 Date: Tue, 17 Apr 2018 21:55:13 +0000 (-0700) Subject: Fix small typo X-Git-Tag: 2.11.0~120^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65337f8a78073404bf8d99625c77bafd63b048b2;p=thirdparty%2Fjinja.git Fix small typo --- 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