Merge pull request #15890 from rallytime/aptpkg_purge_docs

Remove incorrect documentation in aptpkg.purge
This commit is contained in:
Thomas S Hatch 2014-09-18 00:33:39 -06:00
commit 599157bcd6

View File

@ -559,8 +559,7 @@ def remove(name=None, pkgs=None, **kwargs):
def purge(name=None, pkgs=None, **kwargs):
'''
Remove packages via ``apt-get purge`` along with all configuration files
and unused dependencies.
Remove packages via ``apt-get purge`` along with all configuration files.
name
The name of the package to be deleted.