mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docstring typo
This commit is contained in:
parent
b7da571624
commit
173f3d7aa8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue