mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #7744 from cameronboehmer/client-caller-doc-typo
refer to Caller instead of LocalClient in salt.client.Caller docstring
This commit is contained in:
commit
e1bc7bb53a
@ -1378,7 +1378,7 @@ class Caller(object):
|
||||
``Caller`` is the same interface used by the :command:`salt-call`
|
||||
command-line tool on the Salt Minion.
|
||||
|
||||
Importing and using ``LocalClient`` must be done on the same machine as a
|
||||
Importing and using ``Caller`` must be done on the same machine as a
|
||||
Salt Minion and it must be done using the same user that the Salt Minion is
|
||||
running as.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user