Fix sphinx build warnings in 2018.3 branch

The async renaming for Python 3.7 needed to be reproduced here as well.
This commit is contained in:
Erik Johnson 2018-09-18 11:11:55 -06:00
parent da980d9bdb
commit d4571328ed
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -92,13 +92,13 @@ RunnerClient
------------
.. autoclass:: salt.runner.RunnerClient
:members: cmd, async, cmd_sync, cmd_async
:members: cmd, asynchronous, cmd_sync, cmd_async
WheelClient
-----------
.. autoclass:: salt.wheel.WheelClient
:members: cmd, async, cmd_sync, cmd_async
:members: cmd, asynchronous, cmd_sync, cmd_async
CloudClient
-----------