From d0f8811d79d6da1a099847780fb22a6373009486 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Fri, 11 May 2018 21:25:22 +0200 Subject: [PATCH] Fixes 'awaitable' typo in api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2