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:
Pedro Algarvio 2013-10-11 07:07:30 -07:00
commit e1bc7bb53a

View File

@ -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.