1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Consistent capitialization with installer

This commit is contained in:
Brad Warren
2016-06-23 17:17:17 -07:00
parent 7aa6becc5b
commit 02c61cffb7

View File

@@ -24,7 +24,7 @@ logger = logging.getLogger(__name__)
class Reverter(object):
"""Reverter Class - save and revert configuration checkpoints.
This class can be used by the plugins, especially installers, to
This class can be used by the plugins, especially Installers, to
undo changes made to the user's system. Modifications to files and
commands to do undo actions taken by the plugin should be registered
with this class before the action is taken.