Fix docstring typo

This commit is contained in:
Bo Maryniuk 2018-07-23 11:05:34 +02:00
parent b7da571624
commit 173f3d7aa8

View file

@ -458,7 +458,7 @@ class SyncClientMixin(object):
class AsyncClientMixin(object):
'''
A mixin for *Client interfaces to enable easy async function execution
A mixin for *Client interfaces to enable easy asynchronous function execution
'''
client = None
tag_prefix = None