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 6bb458d440
commit 7c298b27b0
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -98,13 +98,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
-----------