From a5dfbb8984c29da5e678efdc2055e17aaba43532 Mon Sep 17 00:00:00 2001 From: jbskytap <41307692+jbskytap@users.noreply.github.com> Date: Sun, 13 Jan 2019 23:45:32 -0800 Subject: [PATCH] Fix typo (#845) --- connexion/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connexion/utils.py b/connexion/utils.py index c1f086685..b4c981926 100644 --- a/connexion/utils.py +++ b/connexion/utils.py @@ -179,7 +179,7 @@ def loads(self, data): def has_coroutine(function, api=None): """ - Checks if function is a couroutine. + Checks if function is a coroutine. If ``function`` is a decorator (has a ``__wrapped__`` attribute) this function will also look at the wrapped function. """