Make docstring point to internal docs for remove func

This commit is contained in:
Erik Johnson 2013-09-21 11:58:39 -05:00
parent bd65b5dda4
commit 481e9a7533

View File

@ -771,7 +771,7 @@ def remove(name=None, pkgs=None, **kwargs):
def purge(name=None, pkgs=None, **kwargs):
'''
Package purges are not supported by yum, this function is identical to
``remove()``.
:mod:`pkg.remove <salt.modules.yumpkg.remove>`.
name
The name of the package to be deleted.