better wording: installer marker is just a helper

This commit is contained in:
Tarek Ziadé 2009-10-11 19:47:09 +00:00
parent 4d277a02f3
commit c78a5fcfda
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ this argument. If not, it raises a ``DistutilsUninstallError``::
>>> uninstall('docutils', installer='cool-pkg-manager')
This allows a third-party application to use the ``uninstall`` function
and make sure it's the only program that can remove a distribution it has
and strongly suggest that no other program remove a distribution it has
previously installed. This is useful when a third-party program that relies
on Distutils APIs does extra steps on the system at installation time,
it has to undo at uninstallation time.