Fix up minor typo in the plugin help.

This commit is contained in:
Mike Auty
2018-11-04 22:43:46 +00:00
parent 001d53e768
commit 36cc973d6d
@@ -18,7 +18,7 @@ vollog = logging.getLogger(__name__)
class UserAssist(interfaces_plugins.PluginInterface):
""""Print userassist registry keys and information"""
"""Print userassist registry keys and information"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)