Update runner.py

Typos in the documentation
This commit is contained in:
Timothee "TTimo" Besset 2020-11-23 14:25:54 -06:00 committed by Megan Wilhite
parent b7a9497614
commit 6524733df0

View file

@ -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',