better wording: installer marker is just a helper
This commit is contained in:
parent
4d277a02f3
commit
c78a5fcfda
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue