Add a missing colon in an attribute autodoc comment.
parent
6f5c7fb610
commit
18f527c514
|
@ -112,7 +112,7 @@ class GPG(GPGBase):
|
|||
'verify': _parsers.Verify,
|
||||
'packets': _parsers.ListPackets }
|
||||
#: The number of simultaneous keyids we should list operations like
|
||||
# '--list-sigs' to:
|
||||
#: '--list-sigs' to:
|
||||
_batch_limit = 25
|
||||
|
||||
def __init__(self, binary=None, homedir=None, verbose=False,
|
||||
|
|
Loading…
Reference in New Issue