From 18f527c514a09b92cf388d76c2eb0863949503a4 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 28 May 2013 07:40:55 +0000 Subject: [PATCH] Add a missing colon in an attribute autodoc comment. --- src/gnupg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnupg.py b/src/gnupg.py index e5fdb0c..09973b4 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -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,