Update GPGBase docstring.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-03 09:01:44 +00:00
parent a6ef75f1f0
commit f042536fe5
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class GPGMeta(type):
class GPGBase(object):
"""Base class for property storage and controlling process initialisation."""
"""Base class for property storage and to control process initialisation."""
__metaclass__ = GPGMeta