Fix some lint`

This commit is contained in:
twangboy 2018-04-30 11:43:03 -06:00
parent af5139c2ff
commit bad441f8dc
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
'''
r'''
Manage the Windows registry
-----
@ -88,7 +88,7 @@ def __virtual__():
def key_exists(hive, key, use_32bit_registry=False):
'''
r'''
Check that the key is found in the registry. This refers to keys and not
value/data pairs.