Skip to content

Commit

Permalink
Fix typo (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbskytap authored and jmcs committed Jan 14, 2019
1 parent fda2b18 commit a5dfbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit a5dfbb8

Please sign in to comment.