Update GPGBase docstring.
parent
a6ef75f1f0
commit
f042536fe5
|
@ -83,7 +83,7 @@ class GPGMeta(type):
|
||||||
|
|
||||||
|
|
||||||
class GPGBase(object):
|
class GPGBase(object):
|
||||||
"""Base class for property storage and controlling process initialisation."""
|
"""Base class for property storage and to control process initialisation."""
|
||||||
|
|
||||||
__metaclass__ = GPGMeta
|
__metaclass__ = GPGMeta
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue