From: Frank Sachsenheim Date: Fri, 11 May 2018 19:25:22 +0000 (+0200) Subject: Fixes 'awaitable' typo in api.rst X-Git-Tag: 2.11.0~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f8811d79d6da1a099847780fb22a6373009486;p=thirdparty%2Fjinja.git Fixes 'awaitable' typo in api.rst --- diff --git a/docs/api.rst b/docs/api.rst index 90b3e46f..1c4f17d2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -556,7 +556,7 @@ 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 only applies to function calls. If an attribute for instance would be an -avaitable object then this would not result in the expected behavior. +awaitable object then this would not result in the expected behavior. Likewise iterations with a `for` loop support async iterators.