mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
netapi/__init__.py: fix docstring typos
This commit is contained in:
parent
aba45daed1
commit
38bbd1897c
@ -46,7 +46,7 @@ class NetapiClient(object):
|
||||
|
||||
def local_async(self, *args, **kwargs):
|
||||
'''
|
||||
Run :ref:`execution modules <all-salt.modules>` asyncronously
|
||||
Run :ref:`execution modules <all-salt.modules>` asynchronously
|
||||
|
||||
Wraps :py:meth:`salt.client.LocalClient.run_job`.
|
||||
|
||||
@ -57,7 +57,7 @@ class NetapiClient(object):
|
||||
|
||||
def local(self, *args, **kwargs):
|
||||
'''
|
||||
Run :ref:`execution modules <all-salt.modules>` syncronously
|
||||
Run :ref:`execution modules <all-salt.modules>` synchronously
|
||||
|
||||
Wraps :py:meth:`salt.client.LocalClient.cmd`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user