Skip to content

Commit

Permalink
Merge pull request #470 from ZachArani/patch-1
Browse files Browse the repository at this point in the history
Typo fix: 'uuinstall' to 'uninstall' in comment
  • Loading branch information
leorochael committed Dec 10, 2018
2 parents 04a07b6 + 2c680fc commit 6d4fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/buildout/buildout.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def _uninstall_part(self, part, installed_part_options):
__doing__ = 'Uninstalling %s.', part
self._logger.info(*__doing__)

# run uuinstall recipe
# run uninstall recipe
recipe, entry = _recipe(installed_part_options[part])
try:
uninstaller = _install_and_load(
Expand Down

0 comments on commit 6d4fec3

Please sign in to comment.