mirror of
https://github.com/certbot/certbot.git
synced 2026-03-29 13:53:54 -04:00
Consistent capitialization with installer
This commit is contained in:
parent
7aa6becc5b
commit
02c61cffb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue