Add a missing colon in an attribute autodoc comment.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 07:40:55 +00:00
parent 6f5c7fb610
commit 18f527c514
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class GPG(GPGBase):
'verify': _parsers.Verify, 'verify': _parsers.Verify,
'packets': _parsers.ListPackets } 'packets': _parsers.ListPackets }
#: The number of simultaneous keyids we should list operations like #: The number of simultaneous keyids we should list operations like
# '--list-sigs' to: #: '--list-sigs' to:
_batch_limit = 25 _batch_limit = 25
def __init__(self, binary=None, homedir=None, verbose=False, def __init__(self, binary=None, homedir=None, verbose=False,