mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update runner.py
Typos in the documentation
This commit is contained in:
parent
b7a9497614
commit
6524733df0
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin):
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
runner.eauth_async({
|
||||
runner.cmd_async({
|
||||
'fun': 'jobs.list_jobs',
|
||||
'username': 'saltdev',
|
||||
'password': 'saltdev',
|
||||
|
@ -134,7 +134,7 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin):
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
runner.eauth_sync({
|
||||
runner.cmd_sync({
|
||||
'fun': 'jobs.list_jobs',
|
||||
'username': 'saltdev',
|
||||
'password': 'saltdev',
|
||||
|
|
Loading…
Add table
Reference in a new issue