]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fixes 'awaitable' typo in api.rst 849/head
authorFrank Sachsenheim <funkyfuture@users.noreply.github.com>
Fri, 11 May 2018 19:25:22 +0000 (21:25 +0200)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 19:25:22 +0000 (21:25 +0200)
docs/api.rst

index 90b3e46f26d908261182f4a33a06283e75326225..1c4f17d247daf2b0a8f8960af8f413536712c770 100644 (file)
@@ -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.