aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorFrank Sachsenheim <funkyfuture@users.noreply.github.com>2018-05-11 21:25:22 +0200
committerGitHub <noreply@github.com>2018-05-11 21:25:22 +0200
commitd0f8811d79d6da1a099847780fb22a6373009486 (patch)
tree30c04f8b2896ec4745e9367915923aaeaafbca77 /docs/api.rst
parentff653108536342d78ba1bfb8d44b37ee86201fb4 (diff)
downloadjinja-d0f8811d79d6da1a099847780fb22a6373009486.tar.gz
Fixes 'awaitable' typo in api.rst
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
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.